From 58c3dab9e3120fab4db2e9f3c15916a8610cc1b6 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Thu, 14 Oct 2021 14:25:56 +0200 Subject: --enable-lto for distro-configs/* that already use --enable-mergelibs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit LTO should now work properly at least on these platforms, and it's a couple percent better performance at the cost of build time. Change-Id: I0b6103161616b730fa32a7dd3b244219dda030fc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123585 Tested-by: Jenkins Reviewed-by: Luboš Luňák --- distro-configs/LibreOfficeOnline.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'distro-configs/LibreOfficeOnline.conf') diff --git a/distro-configs/LibreOfficeOnline.conf b/distro-configs/LibreOfficeOnline.conf index 3f90da0001bd..338fd7ac43a8 100644 --- a/distro-configs/LibreOfficeOnline.conf +++ b/distro-configs/LibreOfficeOnline.conf @@ -24,6 +24,7 @@ --disable-sdremote-bluetooth --enable-extension-integration --enable-mergelibs +--enable-lto --enable-python=internal --enable-release-build --with-external-dict-dir=/usr/share/hunspell -- cgit