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

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

提交回复
热议问题