Gwynne,

On Tue, 2008-04-01 at 13:39 -0400, Gwynne Raskind wrote:
> -O2 is prepended to CFLAGS; with GCC the *last* -O option specified  
> takes precedence. Anything specified by the user will thus override  
> the default -O2. I admit this isn't the cleanest possible solution,  
> but it works, and I don't understand autoconf well enough to handle it  
> better.
> 

If you do --enable-debug you usually get -O0 instead of -O2 so the
compiler does no optimizations which make problems with debugging....

johannes


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to