diff --git a/runtime/runtime_args.gni b/runtime/runtime_args.gni index 9009ed43d57..16fff6445d7 100644 --- a/runtime/runtime_args.gni +++ b/runtime/runtime_args.gni @@ -6,7 +6,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 = is_debug + dart_debug = false # Set the runtime mode. This affects how the runtime is built and what # features it has. Valid values are: