How to work around Visual Studio Compiler crashes

前端 未结 3 1638
执笔经年
执笔经年 2021-01-11 15:25

We have a large Visual Studio 2005 C++/Mfc solution, 1 project with around 1300 source files (so about 650 .h and 650 .cpp files). We also use Boost and a few other librarie

3条回答
  •  无人及你
    2021-01-11 15:43

    IncrediBuild (distributed build system for VC++) besides the time-saving has an additional helpful function. It will restart a compile automatically if the remote machine fails to return results. So you should be able to get full builds, without crashes in 5 or perhaps 10 minutes.

提交回复
热议问题