Explicitly set the cpp standard, to hopefully fix CI

This commit is contained in:
2024-10-18 13:29:16 +02:00
parent d612f5c565
commit 67d5dfac9c

View File

@ -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