 Chromium Code Reviews
 Chromium Code Reviews Issue 1116553002:
  Change default value of c_frame_pointers  (Closed) 
  Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
    
  
    Issue 1116553002:
  Change default value of c_frame_pointers  (Closed) 
  Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart| Index: tools/gyp/all.gypi | 
| diff --git a/tools/gyp/all.gypi b/tools/gyp/all.gypi | 
| index 59706b1c7a157785da404bb5b1371d42dd947884..bd03ab0c446d6a467ee7eb7533e6e0be4f74cf9b 100644 | 
| --- a/tools/gyp/all.gypi | 
| +++ b/tools/gyp/all.gypi | 
| @@ -13,7 +13,7 @@ | 
| # Flag that tells us whether to build native support for dart:io. | 
| 'dart_io_support': 1, | 
| # Flag controls whether or not frame pointers are enabled. | 
| - 'c_frame_pointers%': 0, | 
| + 'c_frame_pointers%': 1, | 
| }, | 
| 'conditions': [ | 
| [ 'OS=="linux"', { |