On Friday 01 August 2003 23:25, Guido Draheim wrote: > Frank A. Uepping wrote: > > Unfortuantely AC_PROG_CXX includes the `-g' option in CXXFLAGS, > > with what I am not happy with. > > How can I get rid of the `-g' flag in a way that doesn't *clobber* a user > > supplied CXXFLAGS? > > (However, I assume resetting CXXFLAGS entirely is not wise, isn't it?) > > Is there any AC_ switch for it, or do I have to hack some shell code > > around AC_PROG_CXX? > > As an excercise, please call > configure "CXXFLAGS= " > > have fun, > -- guido http://AC-Archive.sf.net > GCS/E/S/P C++/++++$ ULHS L++w- N++@ d(+-) s+a- r+@>+++ y++ 5++X-
You havent read my posting mindful (or I have to be more precise) ;) I want CXXFLAGS without the -g flag BY DEFAULT! Because the normal user doesn't want a bloat bin with debug information. /FAU