diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2024-02-29 19:48:32 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-03-04 18:04:23 +0100 |
commit | d36b7b2628367c6ed29ed47e4345bd4fae8cf2ee (patch) | |
tree | 468ee223781925fb0605b388fdc6f41d614a0ee6 | |
parent | e19340d13ca40ede3fe671b7d2b710e0a53a0d31 (diff) |
move Windows amd macOS builds to mergelibs=more
Linux is stuck with normal mergelibs because Debian wants it like
that, but we can use mergelibs=more on Windows and macOS to
further reduce startup time there
Change-Id: I3a2716f877bb54b51486da127bf5ed4ee59075b8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164171
Tested-by: Jenkins
Reviewed-by: Patrick Luby <guibomacdev@gmail.com>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r-- | distro-configs/LibreOfficeMacOSX.conf | 2 | ||||
-rw-r--r-- | distro-configs/LibreOfficeWin64.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/distro-configs/LibreOfficeMacOSX.conf b/distro-configs/LibreOfficeMacOSX.conf index 139ad7d7a081..68df63a63922 100644 --- a/distro-configs/LibreOfficeMacOSX.conf +++ b/distro-configs/LibreOfficeMacOSX.conf @@ -9,4 +9,4 @@ --with-myspell-dicts --with-package-format=dmg --enable-odk ---enable-mergelibs +--enable-mergelibs=more diff --git a/distro-configs/LibreOfficeWin64.conf b/distro-configs/LibreOfficeWin64.conf index 8ace248e80d4..6fbe87776c2b 100644 --- a/distro-configs/LibreOfficeWin64.conf +++ b/distro-configs/LibreOfficeWin64.conf @@ -12,6 +12,6 @@ --with-help=html --with-myspell-dicts --with-package-format=msi ---enable-mergelibs +--enable-mergelibs=more --enable-lto --enable-odk |