c++qtbuildclangcompiler-options

Qt Creator uses only 50% CPU on Build


Win 10 Professional x64
Qt 5.15.5 msvc2019
Qt Creator 9.0.2

clang version 12.0.0  
Target: x86_64-pc-windows-msvc  
Thread model: posix  

enter image description here enter image description here How can you achieve 100% CPU usage?

CPU usage is about 50% during large project build after change processor from Core i5-7400 to core i5-12400F. How can one achieve about 100% CPU usage?


Solution

  • Solved by specifying Parallel jobs count in the Build Settings.

    enter image description here