8000 Turn down MSVC compiler verbosity · dpirotte/postgres@d2189a8 · GitHub
[go: up one dir, main page]

Skip to content

Commit d2189a8

Browse files
committed
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
1 parent b1b6aa8 commit d2189a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/msvc/build.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ BEGIN
5656
}
5757
else
5858
{
59-
system("msbuild pgsql.sln /verbosity:detailed /p:Configuration=$bconf");
59+
system("msbuild pgsql.sln /verbosity:normal /p:Configuration=$bconf");
6060
}
6161

6262
# report status

0 commit comments

Comments
 (0)
0