FEATURES
This is a wiki page. Be bold and improve it!
If you have any questions about the content on this page, don't hesitate to open a new ticket and we'll do our best to assist you.
https://devmanual.gentoo.org/general-concepts/features/
https://wiki.gentoo.org/wiki/FEATURES
FEATURES=splitdebug will move the debug information section to a separate file within /usr/lib/debug/
. However, it does not guarantee that any debug information is actually generated. For that, you need an appropriate option in your CFLAGS / CXXFLAGS, namely add -ggdb
.