Revert -std=c++14
This commit reverts 648fa30f22ae195f591210d7d2fa264e69b233ae which was removed by d60c46371dc011808c253ca664539835fb0a9e02 which is fixed https://github.com/upx/upx/issues/440
This commit is contained in:
committed by
Markus F.X.J. Oberhumer
parent
f956bfc797
commit
248a6980cf
@@ -91,6 +91,7 @@ CXXFLAGS_WERROR ?= -Werror
|
||||
|
||||
# Mandatory Flags - DO NOT CHANGE!
|
||||
mf.CPPFLAGS += $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES)
|
||||
mf.CXXFLAGS += -std=c++14
|
||||
mf.CXXFLAGS += $(CXXFLAGS_OPTIMIZE)
|
||||
# protect against security threats caused by misguided C++ compiler "optimizations"
|
||||
mf.CXXFLAGS += $(CXXFLAGS_NO_DELETE_NULL_POINTER_CHECKS)
|
||||
|
||||
Reference in New Issue
Block a user