src/work/makefile
changeset 1067 47939f501c81
parent 867 f3cc65f9fb6b
     1.1 --- a/src/work/makefile	Sun Jan 09 23:21:52 2005 +0000
     1.2 +++ b/src/work/makefile	Sun Jan 09 23:28:18 2005 +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