https://bugs.documentfoundation.org/show_bug.cgi?id=158078

--- Comment #7 from Bernhard Rosenkraenzer <[email protected]> ---
FWIW we're currently "fixing" this in OpenMandriva by building LO with:

make
# FIXME workaround for what is either nasty undefined behavior in LO    
# or a pretty bad compiler bug
sed -i -e 's,export CXXFLAGS=.*,export CXXFLAGS=-O0,' config_host.mk
sed -i -e 's,export CFLAGS=.*,export CFLAGS=-O0,' config_host.mk
sed -i -e 's,export LDFLAGS=.*,export LDFLAGS=-O0,' config_host.mk
for i in framework svtools; do
        cd $i                                              
        make clean
        make
        cd ..
done

Obviously this is not the nicest thing to do, but better than the crash or
disabling optimizations globally any day.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to