mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08: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
fa4eab862b
commit
ca5d6edbfe
@ -53,7 +53,7 @@ elsif ($ARGV[0] ne "RELEASE")
|
||||
if ($buildwhat and $vcver >= 10.00)
|
||||
{
|
||||
system(
|
||||
"msbuild $buildwhat.vcxproj /verbosity:detailed /p:Configuration=$bconf");
|
||||
"msbuild $buildwhat.vcxproj /verbosity:normal /p:Configuration=$bconf");
|
||||
}
|
||||
elsif ($buildwhat)
|
||||
{
|
||||
@ -61,7 +61,7 @@ elsif ($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 New Issue
Block a user