[gentoo-user] Re: Enabling debugging symbols only for specific packages

2011-01-10 Thread Nikos Chantziaras
On 01/11/2011 12:59 AM, Nikos Chantziaras wrote: On 01/10/2011 10:29 PM, Alex Schuster wrote: [...] The portage man page has some info about this, it also mentions /etc/portage/package.env containing lines like / with being /etc/portage/env/. It suggests to use this instead of my approach I des

[gentoo-user] Re: Enabling debugging symbols only for specific packages

2011-01-10 Thread Nikos Chantziaras
On 01/10/2011 10:29 PM, Alex Schuster wrote: Nikos Chantziaras writes: Is there a way to enable debugging symbols only for some packages? I need to do that for about 15 packages. Currently, all I can do is edit make.conf all the time when emerging one of those and add "-g" to CFLAGS and "spli

[gentoo-user] Re: Enabling debugging symbols only for specific packages

2011-01-10 Thread Nikos Chantziaras
On 01/10/2011 09:54 PM, Hartmut Figge wrote: Nikos Chantziaras: Is there a way to enable debugging symbols only for some packages? I need to do that for about 15 packages. Currently, all I can do is edit make.conf all the time when emerging one of those and add "-g" to CFLAGS and "splitdebug"

[gentoo-user] Re: Enabling debugging symbols only for specific packages

2011-01-10 Thread Nikos Chantziaras
On 01/10/2011 09:28 PM, Mike Edenfield wrote: On 1/10/2011 1:11 PM, Nikos Chantziaras wrote: Is there a way to enable debugging symbols only for some packages? I need to do that for about 15 packages. Currently, all I can do is edit make.conf all the time when emerging one of those and add "-g

[gentoo-user] Re: Enabling debugging symbols only for specific packages

2011-01-10 Thread Hartmut Figge
Nikos Chantziaras: > Is there a way to enable debugging symbols only for some packages? I > need to do that for about 15 packages. Currently, all I can do is edit > make.conf all the time when emerging one of those and add "-g" to CFLAGS > and "splitdebug" to FEATURES. But I *always* forget