Is there a 'ccache' for Visual Studio? [closed]

杀马特。学长 韩版系。学妹 提交于 2019-11-30 02:53:44

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

Chris Dolan

There's an unofficial patch to ccache to support MSVC, but I haven't yet tried it myself...

js.mouret

Stashed

It supports PDB, PCH, and has a nice dashboard.

Disclaimer: I'm one of the authors :)

IanNorton

https://github.com/inorton/cclash

It is a bit more of a plug. I've been using it to shave about 35% off our Cygwin Visual Studio 2012 builds.

Justin Randall

Incredibuild is very nice, though it is more like distcc for Visual Studio than ccache.

If you want both ccache and distcc for a Visual Studio environment, try Stashed along with Incredibuild at the same time. It works a lot like ccache + distcc for Linux, without the configuration or administrative overhead.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!