Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit01a07e6

Browse files
committed
Turn down MSVC compiler verbosity
Most of what is produced by the detailed verbosity level is of nointerest at all, so switch to the normal level for more usable output.Christian UllrichBackpatch to all live branches
1 parent8b737f9 commit01a07e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/tools/msvc/build.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ BEGIN
5353
if ($buildwhatand$vcver >= 10.00)
5454
{
5555
system(
56-
"msbuild$buildwhat.vcxproj /verbosity:detailed /p:Configuration=$bconf");
56+
"msbuild$buildwhat.vcxproj /verbosity:normal /p:Configuration=$bconf");
5757
}
5858
elsif ($buildwhat)
5959
{
6060
system("vcbuild$buildwhat.vcproj$bconf");
6161
}
6262
else
6363
{
64-
system("msbuild pgsql.sln /verbosity:detailed /p:Configuration=$bconf");
64+
system("msbuild pgsql.sln /verbosity:normal /p:Configuration=$bconf");
6565
}
6666

6767
# report status

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp