distro-configs/LibreOfficeMacOSX.conf |    2 +-
 distro-configs/LibreOfficeWin64.conf  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d36b7b2628367c6ed29ed47e4345bd4fae8cf2ee
Author:     Noel Grandin <noelgran...@gmail.com>
AuthorDate: Thu Feb 29 19:48:32 2024 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Mon Mar 4 18:04:23 2024 +0100

    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 <guibomac...@gmail.com>
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

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

Reply via email to