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

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Wed Sep 23 10:45:52 UTC 2020


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

New commits:
commit 699015a094aa2f838d95ec79650e9de91161c6c5
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 13:43:35 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 6e5e20c0295b..73ff9c9aaaab 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