Graham Murray wrote:
"A. Khattri" <[EMAIL PROTECTED]> writes:


You can switch off the stripping by setting the nostrip variable in the
FEATURES variable in /etc/make.conf.


The problem with that is that it is global. Setting 'nostrip' is
something that is probably wanted on a per-package basis more often
than as a global option. I think that setting the 'debug' USE flag for
a package should, where this causes the package to generate debugging
info, automatically select 'nostrip' for that package.
--
gentoo-user@gentoo.org mailing list



you can do it in the ebuild too:

RESTRICT="nostrip"

put it near all other global variables.

--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list



Reply via email to