Darren Freeman <[EMAIL PROTECTED]> writes: > On Thu, 2007-09-06 at 18:51 +0100, José Matos wrote: >> I am not reticent. I am still compiling. :-( >> >> That is why I like André's goal to reduce the compile time. Does anyone >> has >> some simple step by step procedure to make ccache (or any other compiler >> cache) work. It is really frustrating to almost recompile lyx everytime >> there >> is a new update. :-( > > Check out gcc's new precompiled header functionality. > http://gcc.gnu.org/onlinedocs/gcc/Precompiled-Headers.html
configure already does that automatically. Personally, I turn it off, because I am not so sure that I feel the benefit (and it finds bugs introduced by people who use precompiled headers). JMarc