> " ccache is a compiler cache. It acts as a caching pre-processor to C/C++ > compilers, using the -E compiler switch and a hash to detect when a > compilation can be satisfied from cache. This often results in a 5 to 10 > times speedup in common compilations."
I've been using ccache for quite some time too. The speedup is quite spectacular for C++ (since g++ is much slower then gcc) ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]