[Evolution-hackers] build time speedup

2002-05-07 Thread Dan Winship
I have not tried this, your mileage may vary, but... http://ccache.samba.org/ has a compiler cache program that recognizes when recompiling a file will generate the same output as last time and avoids recompiling it. Supposed to speed up recompiles when the source hasn't changed much (eg, if you

Re: [Evolution-hackers] build time speedup

2002-05-07 Thread Radek DoulĂ­k
OK, I have tried it and here are some numbers. make clean all (in gtkhtml HEAD) 1rst run: real9m5.642s user6m4.560s sys 1m57.260s 2nd run: real3m54.688s user1m58.910s sys 1m42.050s ccache -s cache hit