summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7ed522b..7ea075e 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,7 @@ LIBS+=-fuse-ld=lld
endif
ifeq ($(COMPILER_SUITE),clang)
+# libc++ is buggy for C++20: std::hash<char8_t> not implemented. Fixed in LLVM-12
CXXFLAGS+=-stdlib=libc++
endif
@@ -55,7 +56,7 @@ LIBS+= \
else
LIBS+= \
-lstdc++
-#-lstdc++fs
+-lstdc++fs
endif
SRC=\