From c0e2fccb7d463975f27b3cbabd4113e6f5e3395d Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Fri, 19 Jan 2024 12:04:12 +0100 Subject: [PATCH] Revert to C==17 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7ef8a22..8e75b3d 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ RM := /bin/rm -rf INSTALL := /usr/bin/install -c CXXFLAGS += -Wshadow -Wall -Wpedantic -Wextra -Wno-unused-parameter -CXXFLAGS += -g3 -std=c++20 +CXXFLAGS += -g3 -std=c++17 ifeq ($(DEBUG),1) CXXFLAGS += -D DEBUG -O0 CONFIG := debug