Explicitly set the cpp standard, to hopefully fix CI
This commit is contained in:
1
Makefile
1
Makefile
@ -28,6 +28,7 @@ SOURCES += src/counterbox.cpp
|
|||||||
SCRIPTS += scripts/counterbox.cmd
|
SCRIPTS += scripts/counterbox.cmd
|
||||||
SCRIPTS += scripts/counterbox_v2.cmd
|
SCRIPTS += scripts/counterbox_v2.cmd
|
||||||
|
|
||||||
|
CXXFLAGS += -std=c++17
|
||||||
USR_CFLAGS += -Wall -Wextra #-Werror
|
USR_CFLAGS += -Wall -Wextra #-Werror
|
||||||
|
|
||||||
# MISCS would be the place to keep the stream device template files
|
# MISCS would be the place to keep the stream device template files
|
||||||
|
Reference in New Issue
Block a user