aboutsummaryrefslogtreecommitdiffstats
path: root/daemon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/Makefile')
-rw-r--r--daemon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/Makefile b/daemon/Makefile
index c42a690..9bda3d2 100644
--- a/daemon/Makefile
+++ b/daemon/Makefile
@@ -23,7 +23,7 @@ INC_FLAGS := $(addprefix -I,$(INC_DIRS))
# The -MMD and -MP flags together generate Makefiles for us!
# These files will have .d instead of .o as the output.
-CPPFLAGS := -O3 -std=c++23 $(INC_FLAGS) -MMD -MP
+CPPFLAGS := -O3 -std=c++20 $(INC_FLAGS) -MMD -MP
LDFLAGS := -lrtmidi -lcurl -ludev