Revert to C==17
This commit is contained in:
parent
4048e831bd
commit
c0e2fccb7d
2
Makefile
2
Makefile
@ -23,7 +23,7 @@ RM := /bin/rm -rf
|
|||||||
INSTALL := /usr/bin/install -c
|
INSTALL := /usr/bin/install -c
|
||||||
|
|
||||||
CXXFLAGS += -Wshadow -Wall -Wpedantic -Wextra -Wno-unused-parameter
|
CXXFLAGS += -Wshadow -Wall -Wpedantic -Wextra -Wno-unused-parameter
|
||||||
CXXFLAGS += -g3 -std=c++20
|
CXXFLAGS += -g3 -std=c++17
|
||||||
ifeq ($(DEBUG),1)
|
ifeq ($(DEBUG),1)
|
||||||
CXXFLAGS += -D DEBUG -O0
|
CXXFLAGS += -D DEBUG -O0
|
||||||
CONFIG := debug
|
CONFIG := debug
|
||||||
|
Loading…
x
Reference in New Issue
Block a user