[email protected] wrote:

> No objection, but is there any way we can get this change into the pycc
> that's used to build SFW?  I suspect that many of our binary modules
> would also benefit from the compiler's optimization.

I think any change like that to pycc is going to pretty much require an
overhaul of the way pycc works.  We'd need to decide how to ratchet down
optimization for when it doesn't work properly, for instance, and pycc has
no way of allowing for that.

However, it does allow CFLAGS to pass through, so any project that wants
optimization can just set -O3 or whatever else in CFLAGS, make sure it is
in setup.py's environment and it'll just show up.

Danek
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to