[Libreoffice] Location of SfxPoolItem.Type() method

David Tardon dtardon at redhat.com
Mon Nov 22 21:59:36 PST 2010


On Tue, Nov 23, 2010 at 04:14:01PM +1100, Mattias Johnsson wrote:
> 
> On a semi-related note, I'm doing a lot of stepping through the search
> and replace code trying to track the problem down. Because LO seems to
> be compiled using -O2 and -O3, there's a lot of optimization which
> means the way the code gets stepped through is often bizarre, and the
> values of useful variables have been optimized out by the compiler. Is
> there a simple option for building the LO project using a lower
> optimization level? I can't seem to find one...
> 

You can either do

nopt=true make

or reconfigure with --enable-debug (debug build only enables assertions
by default since yesterday, so the amount of output is quite
manageable).

D.


More information about the LibreOffice mailing list