diff options
author | Simon Perreault <nomis80@videotron.ca> | 2001-04-21 16:47:37 +0000 |
---|---|---|
committer | Simon Perreault <nomis80@videotron.ca> | 2001-04-21 16:47:37 +0000 |
commit | 9a0cfdff035593e10b57ea7a89706c7f272f6ddc (patch) | |
tree | f7a38b9a7aa0cad1ca21f7f11a6f14774bea3f19 /chapter06/introduction.xml | |
parent | 17c9ab2c369cedc90103aaabf2ad54626239bb74 (diff) |
Reference to hint.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@538 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/introduction.xml')
-rw-r--r-- | chapter06/introduction.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chapter06/introduction.xml b/chapter06/introduction.xml index 9e70afb8f..b72b22964 100644 --- a/chapter06/introduction.xml +++ b/chapter06/introduction.xml @@ -11,5 +11,15 @@ full instructions for each and every package. This is simply to avoid any possible confusion and errors. </para> +<para> +Now would be a good time to take a look at the <ulink +url="http://archive.linuxfromscratch.org/lfs-hints/optimization.txt">optimization +hint</ulink> if you plan on using compiler optimization for the packages +installed in the following chapter. Compiler optimization can make a program run +faster, but may also cause some compilation problems. If you run into problems +after having used optimization, always try it without optimizing to see if you +can reproduce the problem. +</para> + </sect1> |