1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 08:43:09 +00:00

コンパイラーオプションを-std=c++14から-std=c++17に変更した

This commit is contained in:
nodchip 2020-06-23 23:47:59 +09:00
parent c7884470fb
commit 76b0de40a1

View file

@ -166,8 +166,8 @@ endif
### 3.1 Selecting compiler (default = gcc)
CXXFLAGS += -Wall -Wcast-qual -fno-exceptions -std=c++14 $(EXTRACXXFLAGS)
DEPENDFLAGS += -std=c++14
CXXFLAGS += -Wall -Wcast-qual -fno-exceptions -std=c++17 $(EXTRACXXFLAGS)
DEPENDFLAGS += -std=c++17
LDFLAGS += $(EXTRALDFLAGS)
ifeq ($(COMP),)