diff options
Diffstat (limited to 'chapter06/introduction.xml')
-rw-r--r-- | chapter06/introduction.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter06/introduction.xml b/chapter06/introduction.xml index b72b22964..3c3c68ee6 100644 --- a/chapter06/introduction.xml +++ b/chapter06/introduction.xml @@ -12,9 +12,10 @@ 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 +Now would be a good time to take a look at the optimization hint at <ulink +url="http://archive.linuxfromscratch.org/lfs-hints/optimization.txt"> +http://archive.linuxfromscratch.org/lfs-hints/optimization.txt</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 |