On Fri, Mar 22, 2002 at 05:05:46PM -0500, Greg Ames wrote: > [EMAIL PROTECTED] wrote: > > > > gregames 02/03/22 13:41:47 > > > > Modified: . configure.in > > Log: > > get rid of the -g compiler flag on OS/390, unless this is a debug or > > maintainer mode build. > > Does anyone have a problem with doing the same on all platforms? I will > commit > such a fix soon if I don't hear any objections. > > On Linux, with -g, httpd is 1062084 bytes. Without -g, it's 430464 bytes. I > remember Rasmus commenting on the size of the 2.0 executable a while back.
Why is AC_PROG_CC unconditionally setting -g? I'm only fine with this as long as it doesn't prevent me from doing: CFLAGS="-Wall -g" ./configure -aaron