summaryrefslogtreecommitdiff
path: root/solenv/gbuild
diff options
context:
space:
mode:
authorPtyl Dragon <ptyl@cloudon.com>2014-04-14 17:25:37 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-14 17:25:37 +0300
commitf62b06eb1eeeed05306601d4736973fc16a17666 (patch)
tree55a935d278b6b37e5b735565741493d656f78ed1 /solenv/gbuild
parent2d6e8e2b5f41f7fd70293f9dd425dd0a6afc09ab (diff)
Use -Os instead of -O3
Change-Id: I3bc3397c6a505c758703e506474657fa97ef51bd
Diffstat (limited to 'solenv/gbuild')
-rw-r--r--solenv/gbuild/platform/IOS_ARM_GCC.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/IOS_ARM_GCC.mk b/solenv/gbuild/platform/IOS_ARM_GCC.mk
index 8d8406af00f4..398fc7a5529e 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