[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - solenv/gbuild

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Wed Sep 23 11:04:29 UTC 2020


 solenv/gbuild/platform/iOS.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 825a216dce41c248361e9b8283bcb0b9993b7fab
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Wed Sep 23 13:43:35 2020 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Wed Sep 23 14:03:30 2020 +0300

    Switch from -Oz to -O2 for iOS
    
    Change-Id: Ie672543de3b3a4ab090309010aa9dcf637b01df5

diff --git a/solenv/gbuild/platform/iOS.mk b/solenv/gbuild/platform/iOS.mk
index abdeb8cc59e7..89694ceb8c26 100644
--- a/solenv/gbuild/platform/iOS.mk
+++ b/solenv/gbuild/platform/iOS.mk
@@ -24,7 +24,7 @@ ifeq ($(CXX),)
 $(error You must set CXX in the environment. See README.cross for example.)
 endif
 
-gb_COMPILEROPTFLAGS := -Oz
+gb_COMPILEROPTFLAGS := -O2
 
 include $(GBUILDDIR)/platform/com_GCC_defs.mk
 


More information about the Libreoffice-commits mailing list