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

余生颓废 提交于 2019-12-18 11:01:41

问题


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.


回答1:


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




回答2:


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




回答3:


Stashed

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

Disclaimer: I'm one of the authors :)




回答4:


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.




回答5:


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.



来源:https://stackoverflow.com/questions/1860331/is-there-a-ccache-for-visual-studio

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