On Thu, 2018-08-30 at 13:01 -0700, Zac Medico wrote: > On 08/29/2018 01:10 PM, Joakim Tjernlund wrote: > > Is there a way for portage to avoid strippning debug syms for ld.so ? > > I would like to avoid building all of glibc with debug syms. > > Maybe use FEATURES=splitdebug together with INSTALL_MASK="/usr/lib/debug > -ld-*.so.debug"?
That could work, but is somewhat hacky. One also need to apply the *MASK only for glibc so you don't mess with other pkgs and I need to do this from a custom profile where I have to apply such things from within bashrc hacks as I cannot make package.env work there, or did I miss something? If not, could portage profile handling be extended to support package.env too? Jocke