diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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=\ |