add the -O8 flag back in

This commit is contained in:
Joe Thornber 2011-11-24 12:43:03 +00:00
parent bf034794c7
commit f6acb7a96f
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ PROGRAM_SOURCE=\
OBJECTS=$(subst .cc,.o,$(SOURCE))
TOP_DIR:=$(PWD)
CPPFLAGS=-Wall -g -I$(TOP_DIR)
CPPFLAGS=-Wall -g -I$(TOP_DIR) -O8
#CPPFLAGS=-Wall -std=c++0x -g -I$(TOP_DIR)
LIBS=-lstdc++ -lboost_program_options -lexpat