summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-06-25 20:27:46 +0300
committerTor Lillqvist <tml@iki.fi>2013-08-16 21:15:58 +0300
commit7896f21f803de529ffb9bf54b39e6db24633d5f8 (patch)
tree770a46ae29a9f975237aa387e316589ccddcd97d /solenv
parente41ce95ca86d37af35e7725edc2f63bd6634051e (diff)
Use -O3 when optimising
Change-Id: If5aae1394fa93942736c61d0fd47b75f5a6d509a
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/IOS_ARM_GCC.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/gbuild/platform/IOS_ARM_GCC.mk b/solenv/gbuild/platform/IOS_ARM_GCC.mk
index bd7380174685..3ad06e558e9e 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