[Libreoffice-commits] core.git: solenv/gbuild

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


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

New commits:
commit 535f28064915125a537bdc6f1d39725df2c21d44
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:45:05 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 6ef7994202e0..0188d1cc94c2 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