> Ok, got back to playing with this today: looks like the default CFLAGS > setting for autoconf (created by AC_PROG_CC) is "-g -O2". That seems > like an odd combination to me, but it's as-installed on two RedHats and > a FreeBSD. Yes, that is the standard "reasonable default" per the Gnu project's makefile standards, which is why autoconf sets it. As you discovered, it can be overridden by setting any value for CFLAGS prior to running configure. ....Roy
- gcc -g -O2 ==> gdb stepping problems [Was: gdb & mo... barries
- Re: gcc -g -O2 ==> gdb stepping problems [Was: gdb... Doug MacEachern
- Re: gcc -g -O2 ==> gdb stepping problems [Was: gdb... Roy T. Fielding
- Re: gcc -g -O2 ==> gdb stepping problems [Was:... barries
- Re: gcc -g -O2 ==> gdb stepping problems [... Roy T. Fielding
