aboutsummaryrefslogtreecommitdiffstats
path: root/chapter09
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-05-06 16:43:16 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-05-06 16:43:16 +0000
commite3a1c585f24dd0a8fe97ff5b0d24f300ce01894d (patch)
tree162bac45e816a3ce78356502188aa76062f50fae /chapter09
parentf801524be46976656b154bddca4689d1a34d534f (diff)
Updated text to include 'compiler symbols' as the explanation what
--strip-unneeded is used for git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@571 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter09')
-rw-r--r--chapter09/theend.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/chapter09/theend.xml b/chapter09/theend.xml
index 60fbd19ee..a7e5173e1 100644
--- a/chapter09/theend.xml
+++ b/chapter09/theend.xml
@@ -8,13 +8,13 @@ with your new shiny custom built Linux system.
</para>
<para>
-Now would be a good time to strip all debug symbols from the binaries on your
-LFS system. If you are not a programmer and don't plan on debugging your
-software, then you will be happy to know that you can reclaim a few tens of megs
-by removing debug symbols. This process causes no inconvenience other than not
-being able to debug the software fully anymore, which is not an issue if you
-don't know how to debug. You can remove the symbols by executing the following
-command:
+Now would be a good time to strip all debug and compiler symbols from
+the binaries on your LFS system. If you are not a programmer and don't plan
+on debugging your software, then you will be happy to know that you can
+reclaim a few tens of megs by removing debug symbols. This process causes
+no inconvenience other than not being able to debug the software fully
+anymore, which is not an issue if you don't know how to debug. You can
+remove the symbols by executing the following command:
</para>
<blockquote><literallayout>