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:45:05 +0300
commit535f28064915125a537bdc6f1d39725df2c21d44 (patch)
tree79c7636dcba98a55de6ac595ea55b3b817f46ff2 /solenv
parent97f15f742548010694b75094e40868b66c1ef089 (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 6ef7994202e0..0188d1cc94c2 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