diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-09-11 15:45:11 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-09-11 15:45:11 +0000 |
commit | e86763a61fab90ba341a5213eafcbbb1f4d089d8 (patch) | |
tree | ec029d2a019d081d8066956b5ba173aa4a9d6448 /chapter06 | |
parent | 4723e5de385e2058a6304cc700baa5bf9c689517 (diff) |
Deleted the reference to the outdated and incomplete optimization hint.
Fixed a md5sum error.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9067 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/aboutdebug.xml | 3 | ||||
-rw-r--r-- | chapter06/introduction.xml | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/chapter06/aboutdebug.xml b/chapter06/aboutdebug.xml index ffad53c6f..f49618c83 100644 --- a/chapter06/aboutdebug.xml +++ b/chapter06/aboutdebug.xml @@ -47,7 +47,6 @@ <para>Because most users will never use a debugger on their system software, a lot of disk space can be regained by removing these symbols. The next section shows how to strip all debugging symbols from the programs and - libraries. Additional information on system optimization can be found at - <ulink url="&hints-root;optimization.txt"/>.</para> + libraries.</para> </sect1> diff --git a/chapter06/introduction.xml b/chapter06/introduction.xml index 3a2733dfc..ab8c566a3 100644 --- a/chapter06/introduction.xml +++ b/chapter06/introduction.xml @@ -21,8 +21,7 @@ work is to know what each package is used for and why you (or the system) may need it.</para> - <para>If using compiler optimizations, please review the optimization hint at - <ulink url="&hints-root;optimization.txt"/>. Compiler optimizations can make + <para>We do not recommend using optimizations. They can make a program run slightly faster, but they may also cause compilation difficulties and problems when running the program. If a package refuses to compile when using optimization, try to compile it without optimization and |