Revert -std=c++14

This commit reverts 648fa30f22 which was removed by d60c46371d which is fixed https://github.com/upx/upx/issues/440
This commit is contained in:
Kirill A. Korinsky 2021-11-27 13:22:54 +01:00 committed by Markus F.X.J. Oberhumer
parent f956bfc797
commit 248a6980cf

View File

@ -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)