[Libreoffice-commits] core.git: solenv/gbuild

Tor Lillqvist tml at collabora.com
Fri Sep 16 07:38:28 UTC 2016


 solenv/gbuild/platform/macosx.mk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 7b660e1423554928350e1de2cd4cb7eb577a27ec
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Sep 15 19:37:24 2016 +0300

    Either -O2 is broken in Apple Clang, or some of our code is broken
    
    Already with Xcode 7.3.1 some unit tests crash when the code is built
    with full optimisation. Xcode 8 did not help. So use -O1. Yeah, this
    sucks. Don't have time to investigate in detail.
    
    Change-Id: I0cffad1a3ee3ee86b61eca3c856476133125049b

diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk
index bacd794..01adafbd 100644
--- a/solenv/gbuild/platform/macosx.mk
+++ b/solenv/gbuild/platform/macosx.mk
@@ -22,6 +22,8 @@ export VCL_HIDE_WINDOWS=1
 
 gb_SDKDIR := $(MACOSX_SDK_PATH)
 
+gb_COMPILEROPTFLAGS := -O1
+
 include $(GBUILDDIR)/platform/com_GCC_defs.mk
 
 # Darwin mktemp -t expects a prefix, not a pattern


More information about the Libreoffice-commits mailing list