changeset 762 | 511200bdb71f |
parent 673 | b387504959a2 |
child 773 | ce9438c5a82d |
1.1 --- a/src/work/makefile Tue Aug 17 10:24:19 2004 +0000 1.2 +++ b/src/work/makefile Tue Aug 17 11:20:16 2004 +0000 1.3 @@ -1,5 +1,5 @@ 1.4 INCLUDEDIRS ?= -I.. -I. -I./{marci,jacint,alpar,klao,akos} 1.5 -CXXFLAGS = -g -O3 -W -Wall $(INCLUDEDIRS) -ansi -pedantic 1.6 +CXXFLAGS = -g -O2 -W -Wall $(INCLUDEDIRS) -ansi -pedantic 1.7 1.8 BINARIES ?= bin_heap_demo 1.9