visual-studio - Visual Studio 有 'ccache' 吗?

标签 visual-studio build ccache

我知道 scons 实现了 ccache 的功能,但我被另一个构建系统卡住了。

我还知道 SourceForge 上有一个 gocache 项目,旨在为其他编译器实现类似 ccache 的功能,但它似乎并不完整。

最佳答案

一个无耻的插件,但我写了一个 Python 脚本,它试图像 ccache 一样工作,除了它可以包装 MSVC。见 https://github.com/frerich/clcache

关于visual-studio - Visual Studio 有 'ccache' 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1860331/

相关文章:

c# - VC++ 项目总是过时

c# - Nunit ExpectedException 是否正常工作?

c# - 发送电子邮件的代码

c++ - 如何在 CMake 中正确创建目标之间的依赖关系?

不能用 GCC 包含文件

c++ - 将clcache与Incredibuild一起使用

c# - 修复 Windows 窗体中的拆分容器控件

docker compose with build --pull 选项

c++ - 是否可以使用ccache或类似方法来加速clang-tidy?

linux - 内核构建缓存/非确定性