summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2022-01-02 18:27:36 +0100
committerRoland Reichwein <mail@reichwein.it>2022-01-02 18:27:36 +0100
commitc3124ce89b53e0b1ff3b666aeee9d1829b74229c (patch)
treef4bf6c8afc572e87293abcd694fcb489ef8f6296
parent58a7b18ba7d593b52521e4d70b4c1b546876c678 (diff)
Fix Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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