From c3124ce89b53e0b1ff3b666aeee9d1829b74229c Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 2 Jan 2022 18:27:36 +0100 Subject: Fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 55f0464..02498b3 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