switch to c++17

This commit is contained in:
Garux 2021-01-25 01:11:46 +03:00
parent 7297e8758b
commit 661f8e53b9

View File

@ -114,7 +114,7 @@ CFLAGS_COMMON = -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fn
CPPFLAGS_COMMON = CPPFLAGS_COMMON =
LDFLAGS_COMMON = LDFLAGS_COMMON =
LIBS_COMMON = LIBS_COMMON =
CXXFLAGS_COMMON = -std=c++11 -Wreorder -fno-exceptions -fno-rtti CXXFLAGS_COMMON = -std=c++17 -Wreorder -fno-exceptions -fno-rtti
ifeq ($(BUILD),debug) ifeq ($(BUILD),debug)
ifeq ($(findstring $(CFLAGS),-g),) ifeq ($(findstring $(CFLAGS),-g),)