From d2189a8026dbfa7542c96e4a63ef09b02e625748 Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Fri, 8 Apr 2016 12:25:10 -0400 Subject: [PATCH] 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 --- src/tools/msvc/build.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0