Re: Re: Disable SPP On GCC-4.8.3
Barry Schwartz <[email protected]>
| Newsgroups | gmane.linux.gentoo.amd64 |
|---|---|
| Message-ID | <20140618014436.GA9843@crud> |
Mark Knecht <[email protected]> skribis: > As this topic is on-going, let my ask about -fno-stack-protector. I > haven't messed with my build flags in literally years, and certainly > not since I built this machine in 2010 where I only use CFLAGS="-O2 > -march=native -pipe" . WRT to -fno-stack-protector does enabling a > flag like that in make.conf then trigger a requirement to rebuild > everything (emerge -e @world) or can one turn it on and just update > the machine package-by-package over time? If you _do not_ enable -fno-stack-protector you will get packages updated over time, once you start using 4.8.3+ as your system compiler. Enabling -fno-stack-protector is the way to keep things the same.