summaryrefslogtreecommitdiff
path: root/devel/ccache/DESCR
blob: 077454b11b940c214d424e296db8089dbf9a92f2 (plain)
1
2
3
4
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.