mirror of
https://github.com/upx/upx
synced 2025-10-26 23:36:41 +08:00
-std=c++14
modified: Makefile
This commit is contained in:
committed by
Markus F.X.J. Oberhumer
parent
6871c2fc0a
commit
63dc19ce25
@@ -55,6 +55,7 @@ LIBS += -lucl -lz
|
||||
include $(top_srcdir)/src/stub/src/c/Makevars.lzma
|
||||
|
||||
CPPFLAGS += $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES)
|
||||
CXXFLAGS += -std=c++14
|
||||
ifeq ($(BUILD_TYPE_DEBUG),1)
|
||||
CXXFLAGS_OPTIMIZE ?= -O0 -g
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user