> 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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to