Le 23/08/11 à 04:02, Leonardo a tapoté : > What if I want to use splitdebug always and just deactivate it to some > packages
Another way is to enable splitdebug globally, but not install debug files for specific packages : /etc/portage/env/do-not-install-debug-files.conf: INSTALL_MASK="/usr/lib/debug" /etc/portage/env/package.env: www-client/firefox do-not-install-debug-files.conf If you are using FEATURES="buildpkg" you can set INSTALL_MASK into make.conf : debug files will never be installed, but will be available into tbz2 packages.