ccache 3.1.9

ccache is an open source compiler cache designed to act as a caching pre-processor to C/C++ compilers.It uses the -E compiler switch and a hash to detect when a compilation can be satisfied from cache. Supports C++, C, Objective-C++ and Objective-C.What...