diff -r d649b43e2dc0 -r bbd1db03f0fe src/work/makefile --- a/src/work/makefile Fri Apr 30 01:10:13 2004 +0000 +++ b/src/work/makefile Fri Apr 30 01:59:15 2004 +0000 @@ -11,6 +11,10 @@ CXX := $(shell type -p g++-3.3 || type -p g++-3.2 || type -p g++-3.0 || type -p g++-3 || echo g++) endif +ifdef DEBUG +CXXFLAGS += -DDEBUG +endif + CC := $(CXX)