mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
un-debug Makefile
This commit is contained in:
parent
4fc0a32572
commit
3fc6535012
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user