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.

_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to