| Index: build/common.gypi
|
| ===================================================================
|
| --- build/common.gypi (revision 19615)
|
| +++ build/common.gypi (working copy)
|
| @@ -152,6 +152,7 @@
|
| 'msvs_settings': {
|
| 'VCCLCompilerTool': {
|
| 'Optimization': '0',
|
| + 'AdditionalOptions': '/MP',
|
| 'PreprocessorDefinitions': ['_DEBUG'],
|
| 'BasicRuntimeChecks': '3',
|
| 'RuntimeLibrary': '1',
|
| @@ -468,6 +469,7 @@
|
| 'msvs_disabled_warnings': [4396, 4503, 4819],
|
| 'msvs_settings': {
|
| 'VCCLCompilerTool': {
|
| + 'AdditionalOptions': '/MP',
|
| 'MinimalRebuild': 'false',
|
| 'ExceptionHandling': '0',
|
| 'BufferSecurityCheck': 'true',
|
|
|