summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-04-18 16:45:19 +0200
committerRoland Reichwein <mail@reichwein.it>2020-04-18 16:45:19 +0200
commita31b91482d0f0ffce7408fa0498d34ce22b9c244 (patch)
tree35086d9f5becf296276c74472e452715cc44e891 /Makefile
parenta047b5cdcc574cd15d26320d528a41b4014eeba2 (diff)
Bugfixes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index d45bb7f..d6c11f5 100644
--- a/Makefile
+++ b/Makefile
@@ -33,16 +33,17 @@ CXXTESTFLAGS=-Igoogletest/include -Igooglemock/include/ -Igoogletest -Igooglemoc
LIBS=\
-lboost_context \
--lboost_coroutine \
--lboost_program_options \
-lboost_system \
--lboost_thread \
-lboost_filesystem \
--lboost_regex \
-lpthread \
-lssl -lcrypto \
-ldl
+#-lboost_coroutine \
+#-lboost_program_options \
+#-lboost_thread \
+#-lboost_regex \
+
ifeq ($(CXX),clang++-10)
LIBS+= \
-fuse-ld=lld-10 \