diff options
author | Thomas Balu Walter <tw@itreff.de> | 2001-04-03 20:27:57 +0000 |
---|---|---|
committer | Thomas Balu Walter <tw@itreff.de> | 2001-04-03 20:27:57 +0000 |
commit | 5c453fa1561f971341682f45523dad46b08a8ad8 (patch) | |
tree | 26917a4b3cd50a9de9395f58afc45f6fb0ccbe03 /chapter06/aboutdebug.xml | |
parent | 05cfc7e3f23edc4d6c380f9595587c23750e923f (diff) |
added optimization-hint
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@427 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/aboutdebug.xml')
-rw-r--r-- | chapter06/aboutdebug.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter06/aboutdebug.xml b/chapter06/aboutdebug.xml index 2550b729f..8c2673cd3 100644 --- a/chapter06/aboutdebug.xml +++ b/chapter06/aboutdebug.xml @@ -59,5 +59,11 @@ Most people will probably never use a debugger on software, so by removing those symbols a lot of diskspace can be regained. </para> +<para> +You might find additional information in the optimization hint which can +be found at <ulink url="http://cvs.linuxfromscratch.org/index.cgi/hints/"> +http://cvs.linuxfromscratch.org/index.cgi/hints/</ulink>. +</para> + </sect1> |