Skip to content

Commit f457d9c

Browse files
authored
Merge pull request #80099 from hjyamauchi/minjectverbose
Make minject not verbose
2 parents a02633a + 187c798 commit f457d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1875,7 +1875,7 @@ function Build-mimalloc() {
18751875
foreach ($Tool in $Tools) {
18761876
$Binary = [IO.Path]::Combine($Arch.ToolchainInstallRoot, "usr", "bin", $Tool)
18771877
# Binary-patch in place
1878-
Invoke-Program "$SourceCache\mimalloc\bin\minject$BuildSuffix" "-f" "-i" "-v" "$Binary"
1878+
Invoke-Program "$SourceCache\mimalloc\bin\minject$BuildSuffix" "-f" "-i" "$Binary"
18791879
# Log the import table
18801880
$LogFile = "$BinaryCache\$($Arch.LLVMTarget)\mimalloc\minject-log-$Tool.txt"
18811881
$ErrorFile = "$BinaryCache\$($Arch.LLVMTarget)\mimalloc\minject-log-$Tool-error.txt"

0 commit comments

Comments
 (0)