Debug ProjectCenter

Daniel Santos <[email protected]> Sun, 24 Nov 2024 19:17:10 +0000
Newsgroups gmane.comp.lib.gnustep.devel
Message-ID <[email protected]>
Hi,

I am trying to do some changes in the sources of project center and am =
using gdb to debug.
How do I disable gcc optimisations ?
I tried putting :
CFLAGS =3D -g -O0
in the GNUmakefile.preamble, but I am still getting values that show =
<optimized out> when I print them, and unexpected jumps in the code.

Thanks,
Regards

Daniel Santos