diff options
Diffstat (limited to 'chapter06/aboutdebug.xml')
-rw-r--r-- | chapter06/aboutdebug.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/aboutdebug.xml b/chapter06/aboutdebug.xml index ccf05b83e..6708deb54 100644 --- a/chapter06/aboutdebug.xml +++ b/chapter06/aboutdebug.xml @@ -41,7 +41,7 @@ or ELF binary), run <command>strip --strip-debug filename</command>. Wildcards can be used to treat multiple files (use something like <userinput>strip --strip-debug $LFS/tools/bin/*</userinput>).</para> -<para>For your convenience, <xref linkend="chapter09"/> includes one simple +<para>For your convenience, <xref linkend="chapter-finalizing"/> includes one simple command to strip all debugging symbols from all programs and libraries on your system. Additional information on optimization can be found in the hint at <ulink url="&hints-root;optimization.txt"/>.</para> |