diff options
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> |