您的位置:首页 > 其它

VS2008 VS2013多核编译配置

2016-08-27 18:16 344 查看
如何提高VS2013编译速度

除了可以在项目中采用预编译外,还可以采用下面方法

第一步

Properties -> Configuration Properties -> C/C++ -> Code Generation -> Enable Minimal Rebuild -> No(/Gm-)

第二步

Properties -> Configuration Properties -> C/C++ -> Geneal -> Multi-processor Compilation -> Yes(/MP)

第三步

Options->Projects and Solutions->Build and Run:

8 maximum number of parallel project builds.

这里根据你的电脑核数去设置

如何提高VS2008编译速度

第一步

Properties -> Configuration Properties -> C/C++ -> Code Generation -> Enable Minimal Rebuild -> No(/Gm-)

第二步

Properties -> Configuration Properties -> C/C++ -> Command Line -> /MP4
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: