88efc04329
* gnumake4's writerfilter gbuildization got pushed in a seperate branch * it might or might not be merged to master later
13 lines
313 B
Makefile
13 lines
313 B
Makefile
define writerfilter_debug_flags
|
|
$(if $(filter-out 0 1,$(strip $(gb_DEBUGLEVEL))),\
|
|
-DDEBUG_DOMAINMAPPER \
|
|
-DDEBUG_ELEMENT \
|
|
-DDEBUG_RESOLVE \
|
|
-DDEBUG_CONTEXT_STACK \
|
|
-DDEBUG_ATTRIBUTES \
|
|
-DDEBUG_PROPERTIES \
|
|
-DDEBUG_CONTEXT_HANDLER \
|
|
-DDEBUG_IMPORT \
|
|
-DDEBUG_LOGGING \
|
|
)
|
|
endef
|