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:
parent
c7884470fb
commit
76b0de40a1
1 changed files with 2 additions and 2 deletions
|
@ -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),)
|
||||
|
|
Loading…
Add table
Reference in a new issue