On Wed, 28 Mar 2012, icemac wrote:

I only ever had this option set

CFLAGS= -O2 -fno-strict-aliasing -pipe

Setting that in make.conf is counterproductive. First, those are the defaults, so they don't improve anything.

Second, that overrides settings made elsewhere. Consider a port like Gimp, which wants to use special CFLAGS for better performance. But it can't, because make.conf forces those CFLAGS.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"

Reply via email to