Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit ad88796

Browse files
committed
Switch default build log from diag to default
We were logging about 300 MB per incremental build and the IO had a very noticeable impact on build time. To get a diag log wen you actually need one: build.cmd /flp:v=diag
1 parent 683853a commit ad88796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ call :build %*
3939
goto :AfterBuild
4040

4141
:build
42-
%_buildprefix% msbuild "%_buildproj%" /nologo /maxcpucount /verbosity:minimal /nodeReuse:false /fileloggerparameters:Verbosity=diag;LogFile="%_buildlog%";Append %* %_buildpostfix%
42+
%_buildprefix% msbuild "%_buildproj%" /nologo /maxcpucount /verbosity:minimal /nodeReuse:false /fileloggerparameters:Verbosity=normal;LogFile="%_buildlog%";Append %* %_buildpostfix%
4343
set BUILDERRORLEVEL=%ERRORLEVEL%
4444
goto :eof
4545

0 commit comments

Comments
 (0)