On 01/04/2011 06:37 AM, Jiri Denemark wrote:
I noticed you don't have -O2 in your CFLAGS, which might be the issue here.
While -g is much better than -g -O2 when you actually start debugging, gcc
does not issue some warnings when it compiles without optimizations :-(
That probably explains it. Yeah, that definitely is a bummer - it would
be nice to be able to use the same flags for runtime debug as well as
compile-time checking. I guess I'll have to put an arg into my configure
script, because I don't want to be missing things like this :-/