added CXXFLAGS with -O3 to main Makefile

git-svn-id: svn://anubis/fart/trunk@33 7f9b0f55-74a9-4bce-be96-3c2cd072584d
This commit is contained in:
Josh Holtrop 2009-01-23 02:14:45 +00:00
parent 63d56c5e43
commit af0afe1631

View File

@ -5,6 +5,7 @@ export CPPFLAGS += -I"$(shell cd)"
else else
export CPPFLAGS += -I"$(shell pwd)" export CPPFLAGS += -I"$(shell pwd)"
endif endif
export CXXFLAGS := -O3
all: $(TARGET) all: $(TARGET)