un-debug Makefile

This commit is contained in:
John Reiser
2006-06-13 19:02:21 -07:00
parent 4fc0a32572
commit 3fc6535012
+1 -2
View File
@@ -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)