On Thu, Oct 03, 2002 at 10:54:30AM -0400, Ben Collins wrote: > > We were setting both CFLAGS and BUILD_CFLAGS in a configparms > > file.
> > CFLAGS = -pipe -O2 -fstrict-aliasing > > BUILD_CFLAGS = -O2 > What gets set for CFLAGS if we do not set it manually? CFLAGS is left blank in config.make, so I think Makeconfig picks up the default_cflags rules (-g -O2). I can't really check from work, though. -- learning from failures is nice in theory... but in practice, it sucks :) - Wolfgang Jaehrling -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

