diff options
author | Ned Ludd <solar@gentoo.org> | 2005-12-26 22:01:15 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2005-12-26 22:01:15 +0000 |
commit | d84359f85d4ac5b921c94da936438d610b76adcc (patch) | |
tree | d72bce8bd483e641b0af0ec403b527ac15757c90 | |
parent | 991851eb8f2bb22925c32bbb151f769e1a18382a (diff) | |
download | portage-d84359f85d4ac5b921c94da936438d610b76adcc.tar.gz portage-d84359f85d4ac5b921c94da936438d610b76adcc.tar.bz2 portage-d84359f85d4ac5b921c94da936438d610b76adcc.zip |
- add splitdebug FEATURE to make.conf.5
svn path=/main/trunk/; revision=2484
-rw-r--r-- | man/make.conf.5 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5 index a55eadb2f..d7bd46842 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -201,6 +201,10 @@ See also \fIsuidctl\fR below. When commiting work to cvs with \fBrepoman\fR(1), sign the Manifest with a GPG key. Read about the \fIPORTAGE_GPG_KEY\fR variable in \fBmake.conf\fR(5). .TP +.B splitdebug +Prior to stripping ELF etdyn and etexec files, the debugging info is +stored for later use by various debuggers. +.TP .B strict Have portage react strongly to conditions that have the potential to be dangerous (like missing or incorrect Manifests). |