gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Debug as default...


From: Richard Frith-Macdonald
Subject: Re: Debug as default...
Date: Wed, 20 Sep 2006 10:36:39 +0100


On 20 Sep 2006, at 10:28, Helge Hess wrote:

On Sep 20, 2006, at 06:19, Nicola Pero wrote:
Anyway, let me know if '-g -O2' causes problems, I presume if the '-O2' seriously confuse the debugger let me know and we can revert that change, or maybe use '-g -O' ?

At least the exception handling in libFoundation (which uses nested functions) is b0rked with -O2. Not sure about -O. Which is why we always disable it ...

(is it possibly to filter out the -O per file?, eg MyStream_OPTIMIZE = no or something like this?)

Yes, gnustep-make supports it ...

MyStream.m_FILE_FILTER_OUT_FLAGS = -O%

will filter do that.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]