From d8bddb9dc248bb3cc04116c97259ea6f5c13e6d0 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 24 Jan 2021 19:08:48 +0100 Subject: Fix empty tests --- Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 90471a9..6bc26a8 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,20 @@ LDLIBS+=\ -lboost_timer \ -lboost_system \ +ifeq ($(CXX),clang++-11) +LIBS+= \ +-fuse-ld=lld-11 \ +-lc++ \ +-lc++abi +#-lc++fs +#-lstdc++ \ +#-lstdc++fs +else +LIBS+= \ +-lstdc++ +#-lstdc++fs +endif + SRC=\ src/recode.cpp \ src/test-unicode.cpp -- cgit v1.2.3