mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
MSVC: Pass any user-set MSBFLAGS to MSBuild and VCBUILD.
This is particularly useful to pass /m, to perform a parallel build. Christian Ullrich, reviewed by Michael Paquier.
This commit is contained in:
@ -145,6 +145,14 @@ $ENV{PATH}=$ENV{PATH} . ';c:\some\where\bison\bin';
|
||||
</programlisting>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
To pass additional command line arguments to the Visual Studio build
|
||||
command (msbuild or vcbuild):
|
||||
<programlisting>
|
||||
$ENV{MSBFLAGS}="/m";
|
||||
</programlisting>
|
||||
</para>
|
||||
|
||||
<sect2>
|
||||
<title>Requirements</title>
|
||||
<para>
|
||||
|
Reference in New Issue
Block a user