On Apr 1, 2008, at 6:05 AM, Marcus Boerger wrote:
Hello Gwynne,

this way we always have -O2 on darwin. Howabout doing the extraction part
 correct and stop extracting at the first whitespace after -g? Because
 otherwise you cannot try -O3 nor can you try to get a -O0 build for
 debugging.

marcus

-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.

-- Gwynne, Daughter of the Code
"This whole world is an asylum for the incurable."


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

Reply via email to