-1

MSBuild has parameter MaxCPUCount. Is this parameter works for Delphi project groups (.groupproj) or projects (.dproj) ? I don't see any performance improvement using MaxCPUCount for my build.

Chau Chee Yang
  • 18,422
  • 16
  • 68
  • 132

1 Answers1

2

The MaxCPUCount parameter has no impact when building Delphi project files, .groupproj or .dproj.

However, this answer suggests that you can make your own overall msbuild project file that enables parallel building.

Some more useful links:

Community
  • 1
  • 1
David Heffernan
  • 601,492
  • 42
  • 1,072
  • 1,490