From 614bb91634fe093c5e86a5a9f98d310be25257d6 Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Sun, 17 Aug 2025 12:01:41 +0200 Subject: Downgrade to C++20 --- daemon/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon/Makefile') 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 -- cgit v1.2.3