From 58a7b18ba7d593b52521e4d70b4c1b546876c678 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 2 Jan 2022 18:18:15 +0100 Subject: Bugfix for C++17, fix comments, fix GCC warnings --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 02498b3..55f0464 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ ifeq ($(CXX),clang++-13) ifeq ($(ONDEBIAN),yes) COMPILER_SUITE=clang LIBS+=-fuse-ld=lld-13 -STANDARD=c++20 +#STANDARD=c++20 endif endif -- cgit v1.2.3