summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2022-04-30 21:27:20 +0200
committerLuboš Luňák <l.lunak@collabora.com>2022-05-01 08:40:12 +0200
commit6014f363a08f2edd6086cf30b3bbb913f1c621c6 (patch)
treef933ad4116b9430089da50177332445cfea17306 /external
parent5200a73627d13e2997f81b53f61e143e77e328ee (diff)
improve support for using libc++ on Linux and for libc++ debug mode
It seems to run slightly faster in --enable-dbgutil mode and also builds a bit faster (at least with Clang). But libc++ on Mac isn't built with debug mode support. Change-Id: Idf5dba9c4a56aba1f4163aa518a78d34b6837149 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133664 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'external')
-rw-r--r--external/clucene/Library_clucene.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/external/clucene/Library_clucene.mk b/external/clucene/Library_clucene.mk
index 6f585f6f2bfa..c6f2895501d6 100644
--- a/external/clucene/Library_clucene.mk
+++ b/external/clucene/Library_clucene.mk
@@ -41,6 +41,7 @@ ifeq ($(OS),LINUX)
$(eval $(call gb_Library_add_libs,clucene,\
-lm \
-ldl \
+ -pthread \
))
endif