Package ccache

C/C++ compiler cache

http://ccache.dev/

ccache is a compiler cache.  It speeds up recompilation of C/C++ code
by caching previous compiles and detecting when the same compile is
being done again.  The main focus is to handle the GNU C/C++ compiler
(GCC), but it may also work with compilers that mimic GCC good enough.

Version: 4.9.1

See also: ccache-swig.

General Commands

ccache a fast C/C++ compiler cache