How to improve link performance for a large C++ application in VS2005

前端 未结 15 1518
野的像风
野的像风 2020-12-02 11:30

We have fairly large C++ application which is composed of about 60 projects in Visual Studio 2005. It currently takes 7 minutes to link in Release mode and I would like to t

15条回答
  •  不思量自难忘°
    2020-12-02 12:04

    you can try looking at this: http://msdn.microsoft.com/en-us/library/9h3z1a69.aspx

    Basically, you can run project builds in parallel if you have several cores.

提交回复
热议问题