| Index: tools/gyp/configurations_msvs.gypi
|
| diff --git a/tools/gyp/configurations_msvs.gypi b/tools/gyp/configurations_msvs.gypi
|
| index 49a2d64b1d7d46ab3d8dbcfbb71838a114cd88d5..ee7a8eac1840861a7af2482ddf1d5013f5dc6c41 100644
|
| --- a/tools/gyp/configurations_msvs.gypi
|
| +++ b/tools/gyp/configurations_msvs.gypi
|
| @@ -8,10 +8,11 @@
|
| 'Dart_Debug': {
|
| 'msvs_settings': {
|
| 'VCCLCompilerTool': {
|
| - 'Optimization': '0',
|
| + 'Optimization': '2',
|
| 'DebugInformationFormat': '3',
|
| 'ExceptionHandling': '0',
|
| 'RuntimeTypeInfo': 'false',
|
| + 'OmitFramePointers': 'false',
|
| },
|
| 'VCLinkerTool': {
|
| 'LinkIncremental': '2',
|
|
|