Turn down MSVC compiler verbosity
authorAndrew Dunstan
Fri, 8 Apr 2016 16:25:10 +0000 (12:25 -0400)
committerAndrew Dunstan
Fri, 8 Apr 2016 16:29:34 +0000 (12:29 -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 c947bbe318e36a1f7ecf6c3dbd15c17f3e008997..5bceb1a4d0751a6376c1e26d3b719fa013a39d36 100644 (file)
@@ -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