summaryrefslogtreecommitdiff
path: root/Documentation/env/README
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/env/README')
-rw-r--r--Documentation/env/README5
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/env/README b/Documentation/env/README
index b2114b9b336..409d737afb8 100644
--- a/Documentation/env/README
+++ b/Documentation/env/README
@@ -34,7 +34,10 @@ Example debug-build file:
<code>
CFLAGS="-O0 -ggdb"
CXXFLAGS="${CFLAGS}"
-FEATURES="${FEATURES} nostrip"
+# You can use either nostrip or splitdebug - refer to
+# http://www.gentoo.org/proj/en/qa/backtraces.xml
+# for more information
+FEATURES="${FEATURES} splitdebug"
USE="${USE} debug"
</code>