| Index: tools/gyp/configurations_msvs.gypi
|
| diff --git a/tools/gyp/configurations_msvs.gypi b/tools/gyp/configurations_msvs.gypi
|
| index ee7a8eac1840861a7af2482ddf1d5013f5dc6c41..7c92361b9fdc33cbb8d1b7168ba20da4f5b03dc0 100644
|
| --- a/tools/gyp/configurations_msvs.gypi
|
| +++ b/tools/gyp/configurations_msvs.gypi
|
| @@ -9,6 +9,7 @@
|
| 'msvs_settings': {
|
| 'VCCLCompilerTool': {
|
| 'Optimization': '2',
|
| + 'BasicRuntimeChecks': '0', # disable /RTC1 when compiling /O2
|
| 'DebugInformationFormat': '3',
|
| 'ExceptionHandling': '0',
|
| 'RuntimeTypeInfo': 'false',
|
|
|