src/work/makefile
changeset 617 dc17013b0e52
parent 577 e8703f0a6e2f
child 618 e944d741f472
     1.1 --- a/src/work/makefile	Tue May 11 20:20:41 2004 +0000
     1.2 +++ b/src/work/makefile	Tue May 11 21:26:29 2004 +0000
     1.3 @@ -1,5 +1,5 @@
     1.4  INCLUDEDIRS ?= -I../include -I. -I./{marci,jacint,alpar,klao,akos}
     1.5 -CXXFLAGS = -g -O0 -W -Wall $(INCLUDEDIRS) -ansi -pedantic
     1.6 +CXXFLAGS = -g -O3 -W -Wall $(INCLUDEDIRS) -ansi -pedantic
     1.7  
     1.8  BINARIES ?= bin_heap_demo
     1.9