* On May 24 13:37, Mitko Moshev (gentoo-user@lists.gentoo.org) wrote:
> Put -pipe in there too, it speeds up compiling (or so I've heard). 

Right!  I forgot -pipe, that one's good.  Unless you have bad RAM that 
you're trying to use as little as possible, or some such thing...

> Right now I use CFLAGS="-march=athlon-xp -O2 -pipe 
> -fomit-frame-pointer". -O3 isn't worth it. It would give you no more 
> than a few percent (around 2-3) faster binaries, but they would compile 
> longer (confirmed by a friend, he recently switched to -O2) and be 
> larger.

Yeah, the larger binaries just cause more disk access (the real choking 
point) and can cause some overflow out of cache with certain processors.  
It's best to enable individual O3-enabled flags as you need, though you 
really shouldn't need.
Tom

Attachment: pgp9nRMKqlKoj.pgp
Description: PGP signature

Reply via email to