[Libreoffice-commits] core.git: config_host/config_options.h.in
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Thu Mar 19 07:51:43 UTC 2020
config_host/config_options.h.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 238d65f6823012ddc6820a82ace89ab4be43243e
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Mar 18 20:28:37 2020 +0100
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Mar 19 08:51:11 2020 +0100
STATIC_LINKING is not set for --enable-mergelibs
...at least since fa8aaaadc38372185d6d29d8d91391907e95b689 "Bin confusing
--enable-mergelibs=all option"
Change-Id: Ib0f4b7eb2333a364538270d07102a95b0c01e5d0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90716
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/config_host/config_options.h.in b/config_host/config_options.h.in
index a52aed1f4198..8e6bc70f8d63 100644
--- a/config_host/config_options.h.in
+++ b/config_host/config_options.h.in
@@ -7,7 +7,7 @@
/*
* Whether we want to link as many object files as possible into one big object.
- * True in case of --enable-lto or --enable-mergelibs.
+ * True in case of --enable-lto.
*/
#define STATIC_LINKING 0
More information about the Libreoffice-commits
mailing list