Is there a ‘ccache’ for Visual Studio? [closed]
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
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
As of CMAKE 3.4 you can do: -DCMAKE_CXX_COMPILER_LAUNCHER=ccache