-std=c++14

modified:   Makefile
This commit is contained in:
John Reiser
2020-12-11 11:38:38 -08:00
committed by Markus F.X.J. Oberhumer
parent 6871c2fc0a
commit 63dc19ce25
+1
View File
@@ -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