Skip to content

Commit

Permalink
Disable the parallel MSBuild instances in BuildAllTargets script for …
Browse files Browse the repository at this point in the history
…better CPU usage. (We still have the parallel compilation.)
  • Loading branch information
MouriNaruto committed Nov 4, 2024
1 parent 3808a53 commit 6098792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildAllTargets.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ popd
call "%VisualStudioInstallDir%\VC\Auxiliary\Build\vcvarsall.bat" x86

rem Build all targets
MSBuild -binaryLogger:Output\BuildAllTargets.binlog -m BuildAllTargets.proj
MSBuild -binaryLogger:Output\BuildAllTargets.binlog BuildAllTargets.proj

@endlocal

0 comments on commit 6098792

Please sign in to comment.