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
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?
Solved by specifying Parallel jobs
count in the Build Settings.
jobs=4
(average CPU load about 58 %): time: 03:27jobs=8
(CPU load 100%), time: 02:18.