Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Directory.Build.rsp
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# disable terminal logger for now: https://github.com/dotnet/runtime/issues/97211
-tl:false
# disable line wrapping so that C&P from the console works well
-clp:ForceNoAlign
3 changes: 1 addition & 2 deletions src/coreclr/build-runtime.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ set __BuildTypeRelease=0
set __PgoInstrument=0
set __PgoOptimize=0
set __EnforcePgo=0
set __ConsoleLoggingParameters=/clp:ForceNoAlign;Summary

REM __PassThroughArgs is a set of things that will be passed through to nested calls to build.cmd
REM when using "all".
Expand Down Expand Up @@ -440,7 +439,7 @@ if %__BuildNative% EQU 1 (
set "__MsbuildWrn=/flp1:WarningsOnly;LogFile=!__BuildWrn!"
set "__MsbuildErr=/flp2:ErrorsOnly;LogFile=!__BuildErr!"
set "__MsbuildBinLog=/bl:!__BinLog!"
set "__Logging=!__MsbuildLog! !__MsbuildWrn! !__MsbuildErr! !__MsbuildBinLog! !__ConsoleLoggingParameters!"
set "__Logging=!__MsbuildLog! !__MsbuildWrn! !__MsbuildErr! !__MsbuildBinLog!"

set __CmakeBuildToolArgs=
if %__Ninja% EQU 1 (
Expand Down
Loading