6.0 and -O2 option

Jim C. Nasby decibel at decibel.org
Wed Aug 31 18:56:31 GMT 2005


On Wed, Aug 31, 2005 at 10:57:05AM -0400, Chuck Swiger wrote:
> Jim C. Nasby wrote:
> >On Tue, Aug 30, 2005 at 10:57:53AM +1000, Robert Backhaus wrote:
> [ ... ]
> >>Simply because not every port works with -O2 optimisations. It caused
> >>bad code in some circumstances.
> >
> >Is there an automated way to identify those ports so they can be forced
> >not to use -O higer than -O1?
> 
> Regrettably, no.  Well, -Werror might be somewhere between overkill and 
> helpful, assuming the compiler can recognize a potential type-punning 
> situation.

Even if the identification can't be done automatically, it still seems
like it would be good to start identifying ports that don't support -O
by hand, and having the ports force a correct -O setting. Most ports
support -O2 (if not -O3), and it would be nice if people could just put
that option in their make.conf and be done with it.
-- 
Jim C. Nasby, Database Architect                decibel at decibel.org 
Give your computer some brain candy! www.distributed.net Team #1828

Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming, or what?"


More information about the freebsd-stable mailing list