From 3fc6535012c5b888b085dc9c7cd31b708860aee2 Mon Sep 17 00:00:00 2001 From: John Reiser Date: Tue, 13 Jun 2006 19:02:21 -0700 Subject: [PATCH] un-debug Makefile --- src/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 6d746c2e..e992e6ba 100644 --- a/src/Makefile +++ b/src/Makefile @@ -18,8 +18,7 @@ ifeq ($(CXX),) CXX = g++ endif ifeq ($(CXX),g++) -#CXXFLAGS += -O2 -MMD -CXXFLAGS += -g -MMD +CXXFLAGS += -O2 -MMD CXXFLAGS += -Wall -W -Wcast-align -Wcast-qual -Wpointer-arith -Wwrite-strings -Werror endif CPPFLAGS += $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES)