>> 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' ?
>
> Use of -O2 makes debugging almost impossible ... with that
> combination, in gdb, you can (mostly) follow program flow, but you
> can hardly ever examine variables.

Ok ... makes sense, I'll take the -O% out again then ;-)

Only worry IIRC is that debug=no will keep producing much better compiler
warnings
than debug=yes :-(

Thanks





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

Reply via email to