[Libreoffice-commits] core.git: make bridges work with clang on x64 linux
Stephan Bergmann
sbergman at redhat.com
Tue Mar 26 00:45:59 PDT 2013
On 03/25/2013 07:56 PM, Peter Foley wrote:
> When I tried to build libreoffice with clang 3.2 for x86-64 linux I
> got a segfault in CustomTarget_uno_test.
What Linux version would that be?
> After I made the above change the segfault went away.
> I don't really understand the bridges module so there might be a
> better way to fix this, but disabling optimization on that file worked
> for me.
Yeah, disabling optimization sometimes helps to work around symptoms.
The bad thing with it though is that as long as it is unclear why
exactly it helped work around a problem, nobody ever dares undo that
noopt change again.
Stephan
More information about the LibreOffice
mailing list