On Sunday 30 March 2008, Donnie Berkholz wrote: > On 16:02 Sat 29 Mar , Mike Frysinger (vapier) wrote: > > 1.1 sys-devel/gdb/gdb-6.8.ebuild > > > > file : > > http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gdb/gdb-6.8.ebu > >ild?rev=1.1&view=markup plain: > > http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gdb/gdb-6.8.ebu > >ild?rev=1.1&content-type=text/plain > > > > src_compile() { > > replace-flags -O? -O2 > > This also replaces -O0 and -O1, is that the intent? probably not. this line dates back to before i was a dev (and no one thought about using anything less than -O100). i'll update it to something more sensible. -mike