changeset 493 | bbd1db03f0fe |
parent 417 | 4ce3d5f675ea |
child 577 | e8703f0a6e2f |
1.1 --- a/src/work/makefile Fri Apr 30 01:10:13 2004 +0000 1.2 +++ b/src/work/makefile Fri Apr 30 01:59:15 2004 +0000 1.3 @@ -11,6 +11,10 @@ 1.4 CXX := $(shell type -p g++-3.3 || type -p g++-3.2 || type -p g++-3.0 || type -p g++-3 || echo g++) 1.5 endif 1.6 1.7 +ifdef DEBUG 1.8 +CXXFLAGS += -DDEBUG 1.9 +endif 1.10 + 1.11 CC := $(CXX) 1.12 1.13