--
- Added a test suite,
- Added CCACHE_PREFIX option,
- Disabled hard links by default,
- Recognise some more gcc options,
- Added --cache-skip option.
Take MAINTAINER.
Submitted by Brian J. Kifiak <bk@rt.fm>.
ccache is a compiler cache. It acts as a caching pre-processor to C/C++
compilers, utilizing compiler output 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.