summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 14 insertions, 0 deletions
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