Skip to content

Commit 23ff271

Browse files
committed
Use multi-proc build
This opts into multi-proc build which reduced up-to-date build from ~8 seconds down to 6 seconds on my i7-9700k.
1 parent 2e76881 commit 23ff271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@echo.This script simply calls msbuild to build PerfView.exe
44
@echo.*************************************************************
55
@echo.
6-
msbuild /restore /p:Configuration=Release %*
6+
msbuild /restore /m /p:Configuration=Release %*
77
@if '%ERRORLEVEL%' == '0' (
88
echo.
99
echo.

0 commit comments

Comments
 (0)