From 5d7a230ee3b0b2dcf94fdb99d981d7135a685150 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 16 Feb 2009 21:51:45 +0000 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1c86195..0238aab 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ export CPPFLAGS += -I"$(shell cd)" else export CPPFLAGS += -I"$(shell pwd)" endif -export CXXFLAGS := -Wall -O1 +export CXXFLAGS := -Wall -O2 LDFLAGS := -lfl