Gentoo Archives: gentoo-user

From: justin@×××××××××.net
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] CFLAGS changes
Date: Thu, 21 Feb 2008 14:41:34
Message-Id: 21fd85d642b8447af1721d5100bf7db8@mail.j-schmitz.net
In Reply to: [gentoo-user] CFLAGS changes by James
1 On Thu, 21 Feb 2008 13:53:56 +0000 (UTC), James <wireless@×××××××××××.com>
2 wrote:
3 > Hello,
4 >
5 >
6 > Current CFLAGS="-O2 -march=i686 -pipe"
7 >
8 >
9 > I want to add "-fomit-frame-pointer" to my
10 > CFLAGS on an existing system that has been running
11 > for months.
12 >
13 >
14 > Is this safe or do I have to rebuild everything with
15 > somelike "emerge -e" ?
16 >
17 >
18 > Should it be avoided completely?
19 >
20 > James
21 >
22 >
23 >
24 >
25 > --
26 > gentoo-user@l.g.o mailing list
27
28 Compile glibc with USE="glibc-omitfp" to use -fomit-frame-pointer more
29 extensively.
30
31 Question: Why are you using -march=i686 and some more optimized one? Which
32 processor (type and family) so you have?
33
34 --
35 gentoo-user@l.g.o mailing list