Re: FYI: Cleanup of debug options

2012-11-06 Thread Norbert Thiebaud
On Tue, Nov 6, 2012 at 10:36 AM, Lubos Lunak wrote: > I don't think it works like that. What users run is most probably what's been > build using that MSVC thingy, which doesn't understand either of the options. there are some effort to fix that... the 'symbol server stuff' > > On Monday 05 of

Re: FYI: Cleanup of debug options

2012-11-06 Thread Kohei Yoshida
On 11/06/2012 11:36 AM, Lubos Lunak wrote: the only thing that doesn't understand -Os is probably MSVC, and who here actually develops using that (in addition to something else)? There are occasionally those who just like to build and develop with LibreOffice only on Windows, and only using M

Re: FYI: Cleanup of debug options

2012-11-06 Thread Lubos Lunak
On Monday 05 of November 2012, Michael Meeks wrote: > Why do I extensively use that option, though I'm not a packager: > > * I like to run the code the end-user runs - warts and all. In other words, you like to skip the various checks that are there in the debug build. Or maybe you l

Re: FYI: Cleanup of debug options

2012-11-05 Thread David Ostrovsky
On 05.11.2012 17:15, Michael Meeks wrote: Why do I extensively use that option, though I'm not a packager: * I like to run the code the end-user runs - warts and all. * I like to be able to profile accurately without re-building everything (cf. above) *

Re: FYI: Cleanup of debug options

2012-11-05 Thread Michael Stahl
On 05/11/12 17:59, Stephan Bergmann wrote: > On 11/05/2012 05:15 PM, Michael Meeks wrote: >> Having done a from-clean build, and been unable to debug because my >> autogen.lastrun contains --enable-symbols - and that now fails to do >> anything - I did some digging to try to restore that funct

Re: FYI: Cleanup of debug options

2012-11-05 Thread Norbert Thiebaud
On Mon, Nov 5, 2012 at 10:59 AM, Stephan Bergmann wrote: > On 11/05/2012 05:15 PM, Michael Meeks wrote: >> >> Having done a from-clean build, and been unable to debug because >> my >> autogen.lastrun contains --enable-symbols - and that now fails to do >> anything - I did some digging to t

Re: FYI: Cleanup of debug options

2012-11-05 Thread Stephan Bergmann
On 11/05/2012 05:15 PM, Michael Meeks wrote: Having done a from-clean build, and been unable to debug because my autogen.lastrun contains --enable-symbols - and that now fails to do anything - I did some digging to try to restore that functionality. It appears that prepending: C

Re: FYI: Cleanup of debug options

2012-11-05 Thread Michael Meeks
On Mon, 2012-10-22 at 15:00 +0200, Lubos Lunak wrote: > the --enable-symbols/debug/dbgutil DEBUG/debug options and some confusion Having done a from-clean build, and been unable to debug because my autogen.lastrun contains --enable-symbols - and that now fails to do anything - I did some