-std=c++14
modified: Makefile
This commit is contained in:
parent
e4d6eafb9e
commit
648fa30f22
@ -55,6 +55,7 @@ LIBS += -lucl -lz
|
|||||||
include $(top_srcdir)/src/stub/src/c/Makevars.lzma
|
include $(top_srcdir)/src/stub/src/c/Makevars.lzma
|
||||||
|
|
||||||
CPPFLAGS += $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES)
|
CPPFLAGS += $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES)
|
||||||
|
CXXFLAGS += -std=c++14
|
||||||
ifeq ($(BUILD_TYPE_DEBUG),1)
|
ifeq ($(BUILD_TYPE_DEBUG),1)
|
||||||
CXXFLAGS_OPTIMIZE ?= -O0 -g
|
CXXFLAGS_OPTIMIZE ?= -O0 -g
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user