Minor change to Makefile to use C++17
This commit is contained in:
parent
203786726b
commit
60c0836553
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
COMMON_FLAGS = -Wall -Wextra -Wpedantic
|
||||
COMMON_FLAGS = -Wall -Wextra -Wpedantic -std=c++17
|
||||
ifdef DEBUG
|
||||
CXXFLAGS = $(COMMON_FLAGS) -O0 -g
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue