aboutsummaryrefslogtreecommitdiff
path: root/devel/ccache/pkg-descr
blob: 4ee9e3a189f46039a7bff395152f504e88481c37 (plain) (blame)
1
2
3
4
5
6
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: https://ccache.samba.org/