How do I turn on multi-CPU/Core C++ compiles in the Visual Studio IDE (2008)?

前端 未结 2 1014
慢半拍i
慢半拍i 2020-12-05 14:50

I have a Visual Studio 2008 C++ project that has support for using multiple CPUs/cores when compiling. In the VCPROJ file I see this:



        
相关标签:
2条回答
  • 2020-12-05 15:01

    Tools > Options > Projects and Solutions > Build and Run > maximum number of parallel project builds

    0 讨论(0)
  • 2020-12-05 15:17

    To enable /MP option you could add it to Project Settings->C/C++->Command Line|Additional options. This is the only way to switch it on in vcproj.

    0 讨论(0)
提交回复
热议问题