script for setting debug defines in ENVCFLAGS

This commit is contained in:
hb 2009-09-28 14:35:47 +02:00
parent 1e9a0d1645
commit 168d34c5ff

View file

@ -0,0 +1,3 @@
#!/bin/tcsh
setenv ENFCLAGS "-DDEBUG_ELEMENT -DDEBUG_ATTRIBUTES -DDEBUG_PROPERTIES -DDEBUG_CONTEXT_STACK -DDEBUG_CREATE -DDEBUG_DOMAINMAPPER"