James wrote:
> Iain Buchanan <iaindb <at> netspace.net.au> writes:
> 
> So if you are interested in a systematic approach, let's agree on 
> a common set of USE flags. 
> Here are mine from make.conf:
> CFLAGS="-O3 -march=pentium4 -fomit-frame-pointer -pipe -g"
> CHOST="i686-pc-linux-gnu"
> 

Let me just point out that your CFLAGS are kind of stupid. You have -g
for producing debugging information but then you have
fomit-frame-pointer, which makes debugging impossible on some machines.

See http://www.gnu.org/software/gcc/onlinedocs/ for more information.

Regards,
Petteri Räty

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to