How to work around Visual Studio Compiler crashes

前端 未结 3 1612
执笔经年
执笔经年 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:37

    I'd have to agree with Goz, take a look at this (SO) post to see ways to help remove redundant header files.

    Our C++ solution is of this rough size and used to take us 50 mins to compile, by careful header file analysis, we got that down to 8 mins.

提交回复
热议问题