mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 06:08:26 -04:00
Turn down MSVC compiler verbosity
Most of what is produced by the detailed verbosity level is of no interest at all, so switch to the normal level for more usable output. Christian Ullrich Backpatch to all live branches
This commit is contained in:
parent
b1b6aa88b1
commit
d2189a8026
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ if ($buildwhat)
|
|||
}
|
||||
else
|
||||
{
|
||||
system("msbuild pgsql.sln /verbosity:detailed /p:Configuration=$bconf");
|
||||
system("msbuild pgsql.sln /verbosity:normal /p:Configuration=$bconf");
|
||||
}
|
||||
|
||||
# report status
|
||||
|
|
|
|||
Loading…
Reference in a new issue