You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Dean Gaudet <dg...@arctic.org> on 1999/04/21 06:07:20 UTC

config/3728: Default compile doesn't have "-O" set

Yeah I ran into this as well... I suppose the reason we don't put -O in
there by default everywhere is because it's known to be broken in some
places. 

But I think for at least the sparc and i386 targets we should default -O
if the user doesn't specify their own CFLAGS or something. 

I just started using apaci recently.  Is the right way to do this:

env CFLAGS='-Wall -O2 -g' ./configure --blahblah

?

Dean