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