Carlos Pereira wrote:
dhk wrote:
only seems to compile when the -O (Optimization) option is present.
However the options is set as -O0 (that's Dash-Oh-Zero) which should
turn optimization off. I'd like to be able to compile the program
without optimization, but so far this has just been an an
dhk wrote:
only seems to compile when the -O (Optimization) option is present.
However the options is set as -O0 (that's Dash-Oh-Zero) which should
turn optimization off. I'd like to be able to compile the program
without optimization, but so far this has just been an annoyance.
In my opinion
I have a program that I'm trying to clean up. There is a lot going on
so please bear with me and I try to keep it brief.
First - the build environment uses autoconf. The only reason I mention
this is because in the Makefile.am when the -g options is added to the
CFLAGS is only seems to compi