[Libreoffice-commits] core.git: solenv/gbuild
Tor Lillqvist
tml at iki.fi
Fri Aug 16 11:18:56 PDT 2013
solenv/gbuild/platform/IOS_ARM_GCC.mk | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 7896f21f803de529ffb9bf54b39e6db24633d5f8
Author: Tor Lillqvist <tml at iki.fi>
Date: Tue Jun 25 20:27:46 2013 +0300
Use -O3 when optimising
Change-Id: If5aae1394fa93942736c61d0fd47b75f5a6d509a
diff --git a/solenv/gbuild/platform/IOS_ARM_GCC.mk b/solenv/gbuild/platform/IOS_ARM_GCC.mk
index bd73801..3ad06e5 100644
--- a/solenv/gbuild/platform/IOS_ARM_GCC.mk
+++ b/solenv/gbuild/platform/IOS_ARM_GCC.mk
@@ -28,6 +28,8 @@ ifeq ($(CXX),)
$(error You must set CXX in the environment. See README.cross for example.)
endif
+gb_COMPILERDEFAULTOPTFLAGS := -O3
+
include $(GBUILDDIR)/platform/com_GCC_defs.mk
# Darwin mktemp -t expects a prefix, not a pattern
More information about the Libreoffice-commits
mailing list