How do YOU reduce compile time, and linking time for Visual C++ projects (native C++)?

前端 未结 12 1195
深忆病人
深忆病人 2020-11-29 21:46

How do YOU reduce compile time, and linking time for VC++ projects (native C++)?

Please specify if each suggestion applies to debug, release, or both.

12条回答
  •  盖世英雄少女心
    2020-11-29 22:29

    Also an interesting article from Ned Batchelder: http://nedbatchelder.com/blog/200401/speeding_c_links.html (about C++ on Windows).

提交回复
热议问题