> > My question: Anyone know of a good idiom for managing optimization flags - > > including disabling the obligatory -O2 placed in CFLAGS by AC_PROG_CC?
> .../configure CFLAGS=-g This sucks too - it means one has to do separate "configure" runs for debug, production, profiled, etc. builds It would be much better to have, say, autoconf+automake support different "build flavors". H _______________________________________________ Autoconf mailing list Autoconf@gnu.org http://lists.gnu.org/mailman/listinfo/autoconf