I am aware that scons
implements the functionality of ccache
, but I am stuck with another build system.
I also know there is a gocache
project on SourceForge that aims to implement ccache
-like functionality for other compilers, but it seems not complete.
A shameless plug, but I wrote a Python script which attempts to work just like ccache, except that it can wrap MSVC. See https://github.com/frerich/clcache