Jess Portnoy wrote:
> The thing I like a lot about clang is that it can be used as a drop-in
> substitute for GCC so you can actual call clang or clang++ instead of
> executing gcc/g++, see here:

Sure, that's how I compiled PHP with it.

CC=clang ./configure --enable-all --my-usual=stuff
make
make test

:)

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to