Index: tools/gyp/configurations_msvs.gypi |
diff --git a/tools/gyp/configurations_msvs.gypi b/tools/gyp/configurations_msvs.gypi |
index 46604eb1ca654620a594d989f7f8d7b25822d97b..8d433339c76ca809e4bcdcce2bdc73ce92d2a2fe 100644 |
--- a/tools/gyp/configurations_msvs.gypi |
+++ b/tools/gyp/configurations_msvs.gypi |
@@ -42,6 +42,7 @@ |
'DebugInformationFormat': '3', |
'ExceptionHandling': '0', |
'RuntimeTypeInfo': 'false', |
+ 'OmitFramePointers': 'false', |
'RuntimeLibrary': '1', # /MTd - Multi-threaded, static (debug) |
}, |
'VCLinkerTool': { |
@@ -59,7 +60,6 @@ |
['c_frame_pointers==1', { |
'msvs_settings': { |
'VCCLCompilerTool': { |
- 'OmitFramePointers': 'false', |
}, |
}, |
'defines': [ |
@@ -84,6 +84,7 @@ |
'ExceptionHandling': '0', |
'RuntimeTypeInfo': 'false', |
'StringPooling': 'true', |
+ 'OmitFramePointers': 'false', |
'RuntimeLibrary': '0', # /MT - Multi-threaded, static |
}, |
'VCLinkerTool': { |
@@ -103,7 +104,6 @@ |
['c_frame_pointers==1', { |
'msvs_settings': { |
'VCCLCompilerTool': { |
- 'OmitFramePointers': 'false', |
}, |
}, |
'defines': [ |