]> granicus.if.org Git - postgresql/commitdiff
Turn down MSVC compiler verbosity
authorAndrew Dunstan <andrew@dunslane.net>
Fri, 8 Apr 2016 16:25:10 +0000 (12:25 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Fri, 8 Apr 2016 16:33:29 +0000 (12:33 -0400)
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

index 66b5c4c59baffda525450517442d0516d5be0fc4..75037905c5a787069b7c98e4c85bcd60f7d87bc8 100644 (file)
@@ -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