多核心編譯
¶多核心編譯
原文連結: https://darkblack01.blogspot.com/2014/09/blog-post_11.html
移植時的最後更新日期: 2014-09-11T13:29:14.387+08:00
手動加入參數。
Project Properties>Configuration Properties>C/C++>Command Line>Additional options
加入
/MP4 (4核心)
幾核就用 /MP幾 唷!
此用法適用於…試了就知道。^^
參考資料:
[1] 加快Visual Studio 2005/2008的編譯速度
[2] /MP (Build with Multiple Processes)
發表於
tags:
{ 抱怨VC6 }