| Index: runtime/tools/gyp/runtime-configurations.gypi
|
| diff --git a/runtime/tools/gyp/runtime-configurations.gypi b/runtime/tools/gyp/runtime-configurations.gypi
|
| index a648a538ba70cb3cc95defde099f05318ab2349c..62e7b7ebf27cffe8eef8affdf193be260709a504 100644
|
| --- a/runtime/tools/gyp/runtime-configurations.gypi
|
| +++ b/runtime/tools/gyp/runtime-configurations.gypi
|
| @@ -4,7 +4,8 @@
|
|
|
| {
|
| 'variables': {
|
| - 'dart_debug_optimization_level%': '2',
|
| + 'dart_debug_optimization_level%': '0',
|
| +# 'dart_debug_optimization_level%': '2',
|
| # If we have not set dart_io_support to 1 in Dart's all.gypi or common.gypi,
|
| # then do not build the native libraries supporting dart:io.
|
| 'dart_io_support%': 0,
|
|
|