2002-04-03 21:17:52 +02:00
|
|
|
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.
|
2002-03-31 19:07:10 +02:00
|
|
|
|
|
|
|
WWW: http://ccache.samba.org/
|