On Saturday 26 November 2005 18:50, Ned Ludd wrote:
> Good afternoon,
>
> Would you be willing to give up space in $ROOT/usr/lib/debug for ELF
> executables by default in order to aid in better debugging by or do we
> want to only emit it when a FEATURE= is defined.
For me either way is good as long as it's well documented in the install 
handbook.
A notice for all those upgrading would be fine as well..

> Having a split debug pretty much obsoletes the need to add nostrip to
> your features in order to get debug info.

> Users wishing to not have debug info can simply add
> INSTALL_MASK="/usr/lib/debug ${INSTALL_MASK}" to make.conf or the
> environment unless we make it FEATURE based.
FEATURE based is probably the best way of doing it...

What's the advantage of splitting out the debug info to some extra location 
instead of leaving it in the original binary (maybe smaller foot-print in 
memory while the debugging info is not used), and what tools are compatible 
with this external debug info?

> I'm in favor of it enabled per default but I'd like to know what you
> think and why. (advantages of on/off by default etc..)
>
Having the debug info preserved by default makes it possible for the user to 
get debug information which may be used for bug-reporting on program crashes, 
but will probably just fill the disk of basic users who do have no interest 
in reporting bugs or trying to get more information about the cause of bugs.


Bruno
-- 
gentoo-dev@gentoo.org mailing list

Reply via email to