From 9a0cfdff035593e10b57ea7a89706c7f272f6ddc Mon Sep 17 00:00:00 2001 From: Simon Perreault Date: Sat, 21 Apr 2001 16:47:37 +0000 Subject: Reference to hint. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@538 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/introduction.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'chapter06/introduction.xml') 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. + +Now would be a good time to take a look at the optimization +hint 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. + + -- cgit v1.2.3-54-g00ecf