Revert -std=c++14
This commit reverts648fa30f22which was removed byd60c46371dwhich is fixed https://github.com/upx/upx/issues/440
This commit is contained in:
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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user