| Index: tools/gyp/configurations_make.gypi
|
| diff --git a/tools/gyp/configurations_make.gypi b/tools/gyp/configurations_make.gypi
|
| index 9076ef7b4fd3036cb5679b674b47db21a058ccae..8636fb3e7962bd8c1eaa31531229401bbd53beaf 100644
|
| --- a/tools/gyp/configurations_make.gypi
|
| +++ b/tools/gyp/configurations_make.gypi
|
| @@ -5,6 +5,7 @@
|
| {
|
| 'variables': {
|
| 'arm_cross_libc%': '/opt/codesourcery/arm-2009q1/arm-none-linux-gnueabi/libc',
|
| + 'dart_debug_optimization_level%': '2',
|
| },
|
| 'target_defaults': {
|
| 'configurations': {
|
| @@ -60,7 +61,7 @@
|
| },
|
|
|
| 'Dart_Debug': {
|
| - 'cflags': [ '-O2' ],
|
| + 'cflags': [ '-O<(dart_debug_optimization_level)' ],
|
| },
|
|
|
| 'Dart_Release': {
|
|
|