| Index: runtime/BUILD.gn
|
| diff --git a/runtime/BUILD.gn b/runtime/BUILD.gn
|
| index 29600f8036067a9176037ce695c869ed406d7cec..7283e64177fa0682b7052445df1ef8b74b1b5458 100644
|
| --- a/runtime/BUILD.gn
|
| +++ b/runtime/BUILD.gn
|
| @@ -8,7 +8,7 @@ declare_args() {
|
| # Instead of using is_debug, we introduce a different flag for specifying a
|
| # Debug build of Dart so that clients can still use a Release build of Dart
|
| # while themselves doing a Debug build.
|
| - dart_debug = false
|
| + dart_debug = is_debug
|
|
|
| # Set the runtime mode. This affects how the runtime is built and what
|
| # features it has. Valid values are:
|
|
|