In the last episode (Sep 23), [EMAIL PROTECTED] said:
> On Thu, 23 Sep 1999, The Hermit Hacker wrote:
> > just curious, but what is the max setting that can be used to
> > compile the kernel?
>
> Works rather nicely here with
>
> -O6 -mpentiumpro -march=pentiumpro -pipe -s -fexpensive-optimizations
> -ffast-math
-O6 is too much; -O3 is the highest level tested for by egcs.
-fexpensive-optimizations is redundant because -O2 turns it on.
See /usr/src/contrib/egcs/gcc/toplev.c, starting at line ~4250, to see
what the different -O levels actually do.
--
Dan Nelson
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
- Re: gcc optimizer in -current system ... Alexander Leidinger
- Re: gcc optimizer in -current system ... Sheldon Hearn
- Re: gcc optimizer in -current sys... Luke
- Re: gcc optimizer in -curren... Zach N. Heilig
- Re: gcc optimizer in -cu... Darryl Okahata
- Re: gcc optimizer in -cu... Zach N. Heilig
- Re: gcc optimizer in -current system ... The Hermit Hacker
- Re: gcc optimizer in -current system ... Kris Kennaway
- Re: gcc optimizer in -current system ... Matthew Dillon
- Re: gcc optimizer in -current system ... bsd
- Re: gcc optimizer in -current system ... Dan Nelson
- Re: gcc optimizer in -current system ... bsd
- Re: gcc optimizer in -current system ... Matthew Dillon
- Re: gcc optimizer in -current system ... Daniel C. Sobral
- Re: gcc optimizer in -current sys... Stephan van Beerschoten
- Re: gcc optimizer in -current sys... Garrett Wollman
- Re: gcc optimizer in -current system ... Ville-Pertti Keinonen
- Re: gcc optimizer in -current system ... Oliver Fromme
- Re: gcc optimizer in -current system ... Ville-Pertti Keinonen
