src/work/makefile
changeset 389 770cc1f4861f
parent 347 e4ab32225f1c
child 390 8dc830d3f9ef
     1.1 --- a/src/work/makefile	Fri Apr 23 21:26:32 2004 +0000
     1.2 +++ b/src/work/makefile	Sat Apr 24 12:44:41 2004 +0000
     1.3 @@ -1,10 +1,11 @@
     1.4  INCLUDEDIRS ?= -I../include -I. -I./{marci,jacint,alpar,klao,akos}
     1.5 -CXXFLAGS = -g -O -Wall $(INCLUDEDIRS) -ansi -pedantic
     1.6 +CXXFLAGS = -g -O2 -W -Wall $(INCLUDEDIRS) -ansi -pedantic
     1.7  
     1.8  BINARIES ?= bin_heap_demo
     1.9  
    1.10  # Hat, ez elismerem, hogy nagyon ronda, de mukodik minden altalam
    1.11  # ismert rendszeren :-)  (Misi)
    1.12 +#CXX := $(shell type -p g++-3.4 || type -p g++-3.3 || type -p g++-3.2 || type -p g++-3.0 || type -p g++-3 || echo g++)
    1.13  CXX := $(shell type -p g++-3.3 || type -p g++-3.2 || type -p g++-3.0 || type -p g++-3 || echo g++)
    1.14  CC := $(CXX)
    1.15