Re: Speed up compilation [was Re: Link Error in src/client]

2007-09-07 Thread Darren Freeman
On Fri, 2007-09-07 at 09:25 +0100, José Matos wrote: > On Friday 07 September 2007 08:25:30 Darren Freeman wrote: > > Check out gcc's new precompiled header functionality. > > http://gcc.gnu.org/onlinedocs/gcc/Precompiled-Headers.html > > > > Basically gcc-3.4 and newer allow you to dump the state

Re: Speed up compilation [was Re: Link Error in src/client]

2007-09-07 Thread José Matos
On Friday 07 September 2007 08:25:30 Darren Freeman wrote: > Check out gcc's new precompiled header functionality. > http://gcc.gnu.org/onlinedocs/gcc/Precompiled-Headers.html > > Basically gcc-3.4 and newer allow you to dump the state of the compiler > to disc after your headers are compiled, and