Skip to content

Commit

Permalink
Use multi-proc build
Browse files Browse the repository at this point in the history
This opts into multi-proc build which reduced up-to-date build from ~8 seconds
down to 6 seconds on my i7-9700k.
  • Loading branch information
davkean committed Nov 11, 2021
1 parent 2e76881 commit 23ff271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@echo.This script simply calls msbuild to build PerfView.exe
@echo.*************************************************************
@echo.
msbuild /restore /p:Configuration=Release %*
msbuild /restore /m /p:Configuration=Release %*
@if '%ERRORLEVEL%' == '0' (
echo.
echo.
Expand Down

0 comments on commit 23ff271

Please sign in to comment.