using -O2 which avoids "might be used uninitialized" compiler warnings, added *.dep to svn:ignore for parser directory

git-svn-id: svn://anubis/fart/trunk@112 7f9b0f55-74a9-4bce-be96-3c2cd072584d
This commit is contained in:
Josh Holtrop 2009-02-16 21:51:45 +00:00
parent 70c4785b43
commit 5d7a230ee3

View File

@ -5,7 +5,7 @@ export CPPFLAGS += -I"$(shell cd)"
else else
export CPPFLAGS += -I"$(shell pwd)" export CPPFLAGS += -I"$(shell pwd)"
endif endif
export CXXFLAGS := -Wall -O1 export CXXFLAGS := -Wall -O2
LDFLAGS := -lfl LDFLAGS := -lfl