summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2022-01-02 18:18:15 +0100
committerRoland Reichwein <mail@reichwein.it>2022-01-02 18:18:15 +0100
commit58a7b18ba7d593b52521e4d70b4c1b546876c678 (patch)
treeda13b110ad93d76a5b38ee673b05a94cb9287fd7 /Makefile
parent7241d48ec4d0a0a59325d7a9208bdf5e076ba002 (diff)
Bugfix for C++17, fix comments, fix GCC warnings
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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