Re: Parallel build with MSVC - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Parallel build with MSVC
Date
Msg-id CAB7nPqTEvykjXCSLR23WXTY8jWZGkhh0D3v49-MTHvwrEUAw_g@mail.gmail.com
Whole thread Raw
In response to Re: Parallel build with MSVC  (Christian Ullrich <chris@chrullrich.net>)
List pgsql-hackers
On Thu, Sep 8, 2016 at 3:54 PM, Christian Ullrich <chris@chrullrich.net> wrote:
> Much apologizings for coming in late again, but I just realized it would be
> better if the user-controlled flags came after all predefined options the
> user might want to override. Right now that is only /verbosity in both build
> and clean operations.
>
> Patch attached, also reordering the ecpg-clean command line in clean.bat to
> match the others that have the project file first.

-        "msbuild $buildwhat.vcxproj $msbflags /verbosity:normal
/p:Configuration=$bconf"
+        "msbuild $buildwhat.vcxproj /verbosity:normal $msbflags
/p:Configuration=$bconf"

Why not... If people are willing to switch to /verbosity:detailed and
double the amount of build time...
-- 
Michael



pgsql-hackers by date:

Previous
From: Christian Ullrich
Date:
Subject: Re: Parallel build with MSVC
Next
From: Noah Misch
Date:
Subject: Re: Suggestions for first contribution?