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

Unified Diff: runtime/vm/bootstrap.cc

Issue 2522943004: Set the default value for use_corelib_source_files to true on windows as we do not have the source … (Closed)
Patch Set: Created 4 years, 1 month 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/vm/globals.h » ('j') | runtime/vm/globals.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/bootstrap.cc
diff --git a/runtime/vm/bootstrap.cc b/runtime/vm/bootstrap.cc
index 6d00087e59482ffdfc4ac6163237793a5c7b7ed7..0dc6e7cf3894e9aae34c98b338e11c47e4267aac 100644
--- a/runtime/vm/bootstrap.cc
+++ b/runtime/vm/bootstrap.cc
@@ -22,7 +22,7 @@ namespace dart {
DEFINE_FLAG(bool,
use_corelib_source_files,
- false,
+ kDefaultCorelibSourceFlag,
"Attempt to use source files directly when loading in the core "
"libraries during the bootstrap process");
« no previous file with comments | « no previous file | runtime/vm/globals.h » ('j') | runtime/vm/globals.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698