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

Unified Diff: runtime/vm/bootstrap.cc

Issue 2668353004: Windows: Link library sources into gen_snapshot/dart_bootstrap (Closed)
Patch Set: don't include non-dart files, make symbols static Created 3 years, 11 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 | « runtime/tools/gen_library_src_paths.py ('k') | runtime/vm/globals.h » ('j') | no next file with comments »
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 8ef219d37bc483694c3ea7586018eb7e0099bd99..9839c5a952c0805bec5d897b6e6663867a16a407 100644
--- a/runtime/vm/bootstrap.cc
+++ b/runtime/vm/bootstrap.cc
@@ -22,7 +22,7 @@ namespace dart {
DEFINE_FLAG(bool,
use_corelib_source_files,
- kDefaultCorelibSourceFlag,
+ false,
"Attempt to use source files directly when loading in the core "
"libraries during the bootstrap process");
« no previous file with comments | « runtime/tools/gen_library_src_paths.py ('k') | runtime/vm/globals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698