[gentoo-user] CFLAGS changes

2008-02-21 Thread James
Hello, Current CFLAGS=-O2 -march=i686 -pipe I want to add -fomit-frame-pointer to my CFLAGS on an existing system that has been running for months. Is this safe or do I have to rebuild everything with somelike emerge -e ? Should it be avoided completely? James --

Re: [gentoo-user] CFLAGS changes

2008-02-21 Thread Michal 'vorner' Vaner
Hello On Thu, Feb 21, 2008 at 01:53:56PM +, James wrote: Current CFLAGS=-O2 -march=i686 -pipe I want to add -fomit-frame-pointer to my CFLAGS on an existing system that has been running for months. Vim syntax highlighting does not show it in red, so I guess it means it is considered

Re: [gentoo-user] CFLAGS changes

2008-02-21 Thread Dale
James wrote: Hello, Current CFLAGS=-O2 -march=i686 -pipe I want to add -fomit-frame-pointer to my CFLAGS on an existing system that has been running for months. Is this safe or do I have to rebuild everything with somelike emerge -e ? Should it be avoided completely? James Not

Re: [gentoo-user] CFLAGS changes

2008-02-21 Thread Dale
Dale wrote: James wrote: Hello, Current CFLAGS=-O2 -march=i686 -pipe I want to add -fomit-frame-pointer to my CFLAGS on an existing system that has been running for months. Is this safe or do I have to rebuild everything with somelike emerge -e ? Should it be avoided completely? James

Re: [gentoo-user] CFLAGS changes

2008-02-21 Thread Uwe Thiem
On Thursday 21 February 2008, James wrote: Hello, Current CFLAGS=-O2 -march=i686 -pipe I want to add -fomit-frame-pointer to my CFLAGS on an existing system that has been running for months. Is this safe or do I have to rebuild everything with somelike emerge -e ? It's safe. Of

Re: [gentoo-user] CFLAGS changes

2008-02-21 Thread KH
James wrote: Hello, Current CFLAGS=-O2 -march=i686 -pipe I want to add -fomit-frame-pointer to my CFLAGS on an existing system that has been running for months. Is this safe or do I have to rebuild everything with somelike emerge -e ? Should it be avoided completely? James Hi,

Re: [gentoo-user] CFLAGS changes

2008-02-21 Thread justin
On Thu, 21 Feb 2008 13:53:56 + (UTC), James [EMAIL PROTECTED] wrote: Hello, Current CFLAGS=-O2 -march=i686 -pipe I want to add -fomit-frame-pointer to my CFLAGS on an existing system that has been running for months. Is this safe or do I have to rebuild everything with

Re: [gentoo-user] CFLAGS changes

2008-02-21 Thread Volker Armin Hemmann
On Donnerstag, 21. Februar 2008, KH wrote: James wrote: Hello, Current CFLAGS=-O2 -march=i686 -pipe I want to add -fomit-frame-pointer to my CFLAGS on an existing system that has been running for months. Is this safe or do I have to rebuild everything with somelike