increase from 11 to 17
This commit is contained in:
parent
4d65d8efd4
commit
f84cbb80dd
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ RM = rm
|
|||
SOURCES = $(wildcard src/*.c)
|
||||
OBJECTS = $(patsubst %.c,%.o,$(notdir $(SOURCES)))
|
||||
|
||||
CFLAGS = -std=c11 -pedantic
|
||||
CFLAGS = -std=c17 -pedantic
|
||||
LDFLAGS =
|
||||
|
||||
EXE = example
|
||||
|
|
|
@ -4,7 +4,7 @@ RM = rm
|
|||
SOURCES = $(wildcard src/*.cpp)
|
||||
OBJECTS = $(patsubst %.cpp,%.o,$(notdir $(SOURCES)))
|
||||
|
||||
CXXFLAGS = -std=c++11 -pedantic
|
||||
CXXFLAGS = -std=c++17 -pedantic
|
||||
|
||||
EXE = example
|
||||
EXE_EXT = out
|
||||
|
|
Loading…
Reference in a new issue