diff options
author | Tor Lillqvist <tml@collabora.com> | 2020-09-23 13:43:35 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2020-09-23 13:43:35 +0300 |
commit | 699015a094aa2f838d95ec79650e9de91161c6c5 (patch) | |
tree | d467d944191431add4f9c9be1e15e1711bb3ac77 /solenv | |
parent | ef56e2e2b4cf45e093a848b352a5edbf87efe8ab (diff) |
Switch from -Oz to -O2 for iOS
Change-Id: Ie672543de3b3a4ab090309010aa9dcf637b01df5
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/platform/iOS.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/iOS.mk b/solenv/gbuild/platform/iOS.mk index 6e5e20c0295b..73ff9c9aaaab 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 |