How can I do a parallel build in Visual Studio 2010?

前端 未结 6 1830
太阳男子
太阳男子 2020-12-23 12:18

How can I get VS 2010 to run more than one C++ compile process at a time? I mean building object modules in parallel; I\'m not interested in building more than one project a

6条回答
  •  别那么骄傲
    2020-12-23 12:54

    I see! Your requirement is building single project in parallel threads.

    I find Shark compiler Control plugin very useful

提交回复
热议问题