5bd7dbcac5
I don't have to go to the website to just figure out what the heck this thing is.
6 lines
284 B
Text
6 lines
284 B
Text
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.
|
|
|
|
WWW: http://ccache.samba.org/
|