diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-03-18 20:28:37 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-03-19 08:51:11 +0100 |
commit | 238d65f6823012ddc6820a82ace89ab4be43243e (patch) | |
tree | da206ffdf42f92d1b6db7ac0b5b1a653d69b1523 /config_host | |
parent | 05eded8a0dd114ba0f24f31762479e178f1419a1 (diff) |
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@redhat.com>
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_options.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |