If you really want your recompiles to make a *noticable* difference,
try doing two things:

1. Remove loadable modeule support.
2. change -O2 flag to -O3 and add -funroll-loops

This will speed things up considerably. However, keep in mind that
some drivers, especially in kernel 2.6 may break under O3. Naturally,
this method is not for those weak of heart.

I picked up these tricks from Securing RedHat Linux by Gerard
Mourhoni. Great Reading.

Regards,
Manas

--
______________________________________________________________________
Pune GNU/Linux Users Group Mailing List:      (plug-mail@plug.org.in)
List Information:  http://plug.org.in/mailing-list/listinfo/plug-mail
Send 'help' to [EMAIL PROTECTED] for mailing instructions.

Reply via email to