Date: Mon, 13 Dec 2004 12:53:28 -0800 From: "David O'Brien" <obrien@freebsd.org> To: Kirk Strauser <kirk@strauser.com>, freebsd-alpha@freebsd.org Subject: Re: Safe (but quick) GCC settings on a PC64 with 5.3? Message-ID: <20041213205328.GA1546@dragon.nuxi.com> In-Reply-To: <83229A4B-4D2E-11D9-9C15-000D93C47836@xcllnt.net> References: <200412131130.59807.kirk@strauser.com> <83229A4B-4D2E-11D9-9C15-000D93C47836@xcllnt.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Dec 13, 2004 at 09:43:34AM -0800, Marcel Moolenaar wrote: > On Dec 13, 2004, at 9:30 AM, Kirk Strauser wrote: > >I currently have these in my /etc/make.conf: > > > > CPUTYPE=ev45 > > CFLAGS= -O -pipe -mieee > > COPTFLAGS= -O -pipe > > I would start by raising the optimization level to 2 (as in -O2). This > is our default now in -CURRENT and -STABLE and -CURRENT aren't really I would use "-O2 -fno-strict-aliasing" otherwise there can be problems with ports. -- -- David (obrien@FreeBSD.org)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041213205328.GA1546>