Commit 179b0046 by Geoff Lang

Enabled multiprocessor compilation.

parent ce1d3c48
...@@ -53,6 +53,7 @@ ...@@ -53,6 +53,7 @@
'msvs_configuration_platform': 'Win32', 'msvs_configuration_platform': 'Win32',
'msvs_settings': { 'msvs_settings': {
'VCCLCompilerTool': { 'VCCLCompilerTool': {
'AdditionalOptions': ['/MP'],
'BufferSecurityCheck': 'true', 'BufferSecurityCheck': 'true',
'DebugInformationFormat': '3', 'DebugInformationFormat': '3',
# TODO(alokp): Disable exceptions before integrating with chromium. # TODO(alokp): Disable exceptions before integrating with chromium.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment