From 6a12dddc641be34b323835a495399715790811e0 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Thu, 4 Feb 2021 15:21:11 +0100 Subject: Bugfixes --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 not implemented. Fixed in LLVM-12 CXXFLAGS+=-stdlib=libc++ endif @@ -55,7 +56,7 @@ LIBS+= \ else LIBS+= \ -lstdc++ -#-lstdc++fs +-lstdc++fs endif SRC=\ -- cgit v1.2.3