Restored common makefile.
authorathos
Wed, 02 Jun 2004 09:47:10 +0000
changeset 673b387504959a2
parent 672 6c7bd0edd1d7
child 674 7733d18de0e8
Restored common makefile.
src/work/makefile
     1.1 --- a/src/work/makefile	Wed Jun 02 09:45:50 2004 +0000
     1.2 +++ b/src/work/makefile	Wed Jun 02 09:47:10 2004 +0000
     1.3 @@ -1,5 +1,5 @@
     1.4  INCLUDEDIRS ?= -I.. -I. -I./{marci,jacint,alpar,klao,akos}
     1.5 -CXXFLAGS = -g -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