1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

un-debug Makefile

This commit is contained in:
John Reiser 2006-06-13 19:02:21 -07:00
parent 4fc0a32572
commit 3fc6535012

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)