From: Andrew Dunstan Date: Fri, 8 Apr 2016 16:25:10 +0000 (-0400) Subject: Turn down MSVC compiler verbosity X-Git-Tag: REL9_1_22~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2189a8026dbfa7542c96e4a63ef09b02e625748;p=postgresql 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 --- diff --git a/src/tools/msvc/build.pl b/src/tools/msvc/build.pl index 66b5c4c59b..75037905c5 100644 --- a/src/tools/msvc/build.pl +++ b/src/tools/msvc/build.pl @@ -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