Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Unified Diff: tools/gyp/configurations_msvs.gypi

Issue 1104323003: Enable frame pointers by default (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/gyp/configurations_make.gypi ('k') | tools/gyp/configurations_xcode.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « tools/gyp/configurations_make.gypi ('k') | tools/gyp/configurations_xcode.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698