diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-11-23 18:38:30 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-11-23 23:38:14 +0100 |
commit | 70970f8b72eddc66693ec28d26c2dc764009d3e3 (patch) | |
tree | 04cc168832d5f8e4ddd3e6efc8f998ad4adfcb47 /solenv | |
parent | 7668e3df2da8883c80b49ac9ce2a3122c3c27d61 (diff) |
Revert "Do use -O1 for Apple Clang older than 9.1.0"
This reverts commit 55b9706bea5aa9b654ab39bc7d56339422e17087, which is obsoleted
by b4f666f2e677b05cab8395fe7972b45b15f60c3f "Bump Xcode baseline to 9.3".
Change-Id: Id2240351ed9495e311d55887b8e34f2aa776ae06
Reviewed-on: https://gerrit.libreoffice.org/63896
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/platform/macosx.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk index b8f5335fca7f..d51ce5887956 100644 --- a/solenv/gbuild/platform/macosx.mk +++ b/solenv/gbuild/platform/macosx.mk @@ -19,10 +19,6 @@ gb_SDKDIR := $(MACOSX_SDK_PATH) -ifeq (PRE_9_1_0,$(shell test $(CLANGVER) -lt 90100 && echo PRE_9_1_0)) -gb_COMPILEROPTFLAGS := -O1 -endif - include $(GBUILDDIR)/platform/com_GCC_defs.mk # Darwin mktemp -t expects a prefix, not a pattern |