Don't know if this is what most do but I ended up adding it to
build\common.gpyi (line 471 in my case)
...
'VCCLCompilerTool': {
* 'AdditionalOptions': '/MP',*
'MinimalRebuild': 'false',
'ExceptionHandling': '0',
'BufferSecurityCheck': 'true',
'EnableFunctionLevelLinking': 'true',
'RuntimeTypeInfo': 'false',
'WarningLevel': '3',
'WarnAsError': 'true',
'DebugInformationFormat': '3',
},
...
If that's not what everyone else is doing, please let me know.
On Fri, Jul 3, 2009 at 1:11 PM, PhistucK <[email protected]> wrote:
> Where exactly do I add "/MP" (using Visual Basic Professional 2005)?(I
> know extremely little about the whole environment..)
>
>
> Thank you.
>
> ☆PhistucK
>
>
>
> On Fri, Jul 3, 2009 at 20:08, Peter Kasting <[email protected]> wrote:
>
>> On Fri, Jul 3, 2009 at 9:32 AM, Mohamed Mansour <[email protected]> wrote:
>>
>>> It depends on the machine you have. CPU power. HD etc. ... If you have
>>> incremental build turned on /MP it will take less time to compile as well.
>>>
>>
>> Note: /MP is "multiprocess build", not "incremental build".
>>
>> PK
>>
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected]
View archives, change email options, or unsubscribe:
http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---