From 67d5dfac9cf7ac077322af10b6415bfda00aa18a Mon Sep 17 00:00:00 2001 From: Edward Wall Date: Fri, 18 Oct 2024 13:29:16 +0200 Subject: [PATCH] Explicitly set the cpp standard, to hopefully fix CI --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 62ca49f..0bf6070 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,7 @@ SOURCES += src/counterbox.cpp SCRIPTS += scripts/counterbox.cmd SCRIPTS += scripts/counterbox_v2.cmd +CXXFLAGS += -std=c++17 USR_CFLAGS += -Wall -Wextra #-Werror # MISCS would be the place to keep the stream device template files