Kaydet (Commit) c887c718 authored tarafından Noel Power's avatar Noel Power

fix bad conditional for debug flag setting

üst 3009f635
......@@ -27,7 +27,7 @@
CDEFS+=-DWRITERFILTER_DLLIMPLEMENTATION
.IF "$(DBG_LEVEL)" > "1"
.IF "$(DBG_LEVEL)" != "0"
CDEFS+=-DDEBUG_DOMAINMAPPER -DDEBUG_ELEMENT -DDEBUG_RESOLVE \
-DDEBUG_CONTEXT_STACK -DDEBUG_ATTRIBUTES -DDEBUG_PROPERTIES
.ENDIF
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment