Re: Parallel build with MSVC

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Parallel build with MSVC
Дата
Msg-id CAB7nPqTEvykjXCSLR23WXTY8jWZGkhh0D3v49-MTHvwrEUAw_g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Parallel build with MSVC  (Christian Ullrich <chris@chrullrich.net>)
Список 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 по дате отправления:

Предыдущее
От: Christian Ullrich
Дата:
Сообщение: Re: Parallel build with MSVC
Следующее
От: Noah Misch
Дата:
Сообщение: Re: Suggestions for first contribution?