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

前端 未结 2 1017
慢半拍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: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.

提交回复
热议问题