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/introduction.xml | |
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/introduction.xml')
-rw-r--r-- | chapter06/introduction.xml | 3 |
1 files changed, 1 insertions, 2 deletions
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 |