It could be added automatically when generating VS2008 projects but it can't on VS2005.
It's probably relatively easy in GYP syntax but I don't know :/ M-A On Fri, Jul 3, 2009 at 3:38 PM, Mohamed Mansour<[email protected]> wrote: > Would be nice if we can make multiprocess build (/MP) integrated with gyp. > Don't know how that could be done. > -- Mohamed Mansour > > > On Fri, Jul 3, 2009 at 2:10 PM, Jeremy Orlow <[email protected]> wrote: >> >> Actually, there are a couple spots to edit: >> http://codereview.chromium.org/155057 -- maybe more >> >> Is it time to make this default yet? It speeds up the build considerably >> and almost everyone uses it now. It does make things a bit less >> deterministic, but you can always clobber build if something gets into a bad >> state. And it's _much_ faster. >> >> J >> >> On Fri, Jul 3, 2009 at 10:22 AM, Tommi <[email protected]> wrote: >>> >>> 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 -~----------~----~----~----~------~----~------~--~---
