Skip to content

Commit b58792e

Browse files
committed
utils: enable a summary view on the toolchain build on Windows
This should help us understand where our build time is being spent. Hopefully we can use this information to properly identify places to reduce the cost of a build.
1 parent 2da252e commit b58792e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/build-windows-toolchain.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ powershell.exe -ExecutionPolicy RemoteSigned -File %~dp0build.ps1 ^
7777
-ImageRoot %BuildRoot% ^
7878
%SkipPackagingArg% ^
7979
%TestArg% ^
80-
-Stage %PackageRoot% || (exit /b 1)
80+
-Stage %PackageRoot% ^
81+
-Summary || (exit /b 1)
8182

8283
:: Clean up the module cache
8384
rd /s /q %LocalAppData%\clang\ModuleCache

0 commit comments

Comments
 (0)