summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2020-09-23 13:43:35 +0300
committerTor Lillqvist <tml@collabora.com>2020-09-23 14:03:30 +0300
commit825a216dce41c248361e9b8283bcb0b9993b7fab (patch)
treed49d45261ae26d53704c35635ea09be38f5c766a /solenv
parente801749ab187b733887b1c73f2591ec1e1d1c99f (diff)
Switch from -Oz to -O2 for iOS
Change-Id: Ie672543de3b3a4ab090309010aa9dcf637b01df5
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/iOS.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/iOS.mk b/solenv/gbuild/platform/iOS.mk
index abdeb8cc59e7..89694ceb8c26 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