Gentoo Archives: gentoo-user

From: Dale <dalek@××××××××××.net>
To: gentoo-user@l.g.o
Subject: [gentoo-user] CFLAGS, is this better than what I have?
Date: Sun, 04 Dec 2005 08:40:06
Message-Id: 4392AA41.1040307@exceedtech.net
1 Hi,
2
3 I have been up and running a while and am running stable but this is
4 Gentoo. ;) I found a script that tells you what your CFLAGS are
5 suposed to be and it is different from what I am using. This is what I
6 am using now, from make.conf of course:
7
8 >CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
9 >
10
11 This is what the script said:
12
13 >-march=athlon-xp -mfpmath=sse -msse -mmmx -m3dnow
14 >
15
16 I assume I would have to add the-O3 to that though.
17
18 I have a AMD XP 2500+ and 1GB of ram. I like it to run fast even if it
19 takes longer to compile. I think that is where the -O3 comes in but be
20 gentle if I am wrong. For those who may read this and not tell the
21 difference, that is a minus sign, the letter O and the number three.
22
23 What do you folks think? Is the one I am using better or the one it
24 says? I do have long uptimes so I do want to stay stable. I have went
25 as long as 9 months with no reboot.
26
27 Thanks.
28
29 Dale
30 :-)
31
32 --
33 To err is human, I'm most certainly human.
34
35
36
37 --
38 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] CFLAGS, is this better than what I have? Kristian Poul Herkild <kristian@×××××××.dk>
Re: [gentoo-user] CFLAGS, is this better than what I have? "Hemmann