On Thu, 9 Jan 2003 20:34:19 +0100
David Holm <[EMAIL PROTECTED]> wrote:

> You can find info on how to set maximum optimizations with gcc 3.2 here:
> http://www.freehackers.org/gentoo/gccflags/flag_gcc3opt.html

I'm the master of forgetting to tell people important stuff =(.
You should not use -march=<somearch>, instead use this on a separate line:
CPUTYPE?=<somearch> 
 
> On Thu, 09 Jan 2003 11:22:39 -0800
> Joe Laughlin <[EMAIL PROTECTED]> wrote:
> 
> > In the UPDATING file, the following is noted:
> > 
> >          FreeBSD 5.0-CURRENT has many debugging features turned on, in
> >          both the kernel and userland.  These features attempt to detect
> >          incorrect use of system primitives, and encourage loud failure
> >          through extra sanity checking and fail stop semantics.  They
> >          also substantially impact system performance.  If you want to
> >          do performance measurement, benchmarking, and optimization,
> >          you'll want to turn them off.
> > 
> > How do I turn them off?
> > 
> > Thanks,
> > Joe
> > 
> > 
> > To Unsubscribe: send mail to [EMAIL PROTECTED]
> > with "unsubscribe freebsd-current" in the body of the message
> > 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
> 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to