[Interest] Windows ARM parallel processing

Thiago Macieira thiago.macieira at intel.com
Thu Jul 31 18:04:02 CEST 2025


On Thursday, 31 July 2025 08:58:25 Pacific Daylight Time Nuno Santos via 
Interest wrote:
> I’m talking about building a project in Qt Creator.
> 
> I  will go through the process of building from the source soon.

What buildsystem are you using? If using CMake, are you using the Ninja 
generator?

Ninja defaults to using all cores of your system. If it isn't doing that, 
complain upstream.

If you're using GNU Make, I suggest setting MAKEFLAGS=-j<whatever> in your 
build environment. I think Qt Creator has a global setting for that.

If you're using MS's NMake, consider upgrading to something better.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Principal Engineer - Intel Platform & System Engineering
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5150 bytes
Desc: not available
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20250731/b2f02b7d/attachment.bin>


More information about the Interest mailing list