From: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
---|---|
To: | Christian Ullrich <chris(at)chrullrich(dot)net> |
Cc: | Noah Misch <noah(at)leadboat(dot)com>, PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Parallel build with MSVC |
Date: | 2016-09-08 06:58:17 |
Message-ID: | CAB7nPqTEvykjXCSLR23WXTY8jWZGkhh0D3v49-MTHvwrEUAw_g@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Thu, Sep 8, 2016 at 3:54 PM, Christian Ullrich <chris(at)chrullrich(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Noah Misch | 2016-09-08 07:00:58 | Re: Suggestions for first contribution? |
Previous Message | Christian Ullrich | 2016-09-08 06:54:08 | Re: Parallel build with MSVC |