Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(693)

Unified Diff: runtime/BUILD.gn

Issue 2837873005: Fix some assertion failures on Fuchsia (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/bin/gen_snapshot.cc » ('j') | runtime/bin/isolate_data.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « no previous file | runtime/bin/gen_snapshot.cc » ('j') | runtime/bin/isolate_data.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698