If you are like me and accustomed to hacking build/common.gypi to enable /MP
under VS2005, then please read on:
It turns out that there is a better way!  Instead, just create a
~/.gyp/include.gypi file containing the following:

{
  'variables': {
    'msvs_multi_core_compile': 1
  }
}

Then re-run "gclient runhooks --force" to rebuild the VS project files.
 This will force GYP to output /MP :-)

-Darin

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to