I discovered today that my z600 needs 40 minutes for a clean build,
which seems way to long. I searched a bit and found that I have to put
{
'variables': {
'msvs_multi_core_compile': 1,
}
into %userprofile%\.gyp\include.gypi (
http://dev.chromium.org/developers/how-tos/build-instructions-windows
) to enable multicore compiles. My build time went from 40 min to 13
min.
Why is this not the default? Are there any cases where this hurts?
Nico
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
2005 and win7.
I remember some ancient thread titled "/MP" on chrome-team where
several people claimed they use this without issues.
--
Did you turn on hyperthreading in your BIOS? (You should see 16 cores instead of 8 in the task manager). Also, do you have 12GB of ram?
How long should a release build take?I added my chromium source directory to the exclude list for Sophos. Any other software that might be slowing it down? I don't use Windows other than for Chrome development, so I might be missing something stupid.