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

Ptyl Dragon ptyl at cloudon.com
Mon Apr 14 07:26:55 PDT 2014


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

New commits:
commit f62b06eb1eeeed05306601d4736973fc16a17666
Author: Ptyl Dragon <ptyl at cloudon.com>
Date:   Mon Apr 14 17:25:37 2014 +0300

    Use -Os instead of -O3
    
    Change-Id: I3bc3397c6a505c758703e506474657fa97ef51bd

diff --git a/solenv/gbuild/platform/IOS_ARM_GCC.mk b/solenv/gbuild/platform/IOS_ARM_GCC.mk
index 8d8406a..398fc7a 100644
--- a/solenv/gbuild/platform/IOS_ARM_GCC.mk
+++ b/solenv/gbuild/platform/IOS_ARM_GCC.mk
@@ -26,7 +26,7 @@ ifeq ($(CXX),)
 $(error You must set CXX in the environment. See README.cross for example.)
 endif
 
-gb_COMPILERDEFAULTOPTFLAGS := -O3
+gb_COMPILERDEFAULTOPTFLAGS := -Os
 
 include $(GBUILDDIR)/platform/com_GCC_defs.mk
 


More information about the Libreoffice-commits mailing list