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

Unified Diff: runtime/bin/gen_snapshot.cc

Issue 2774523002: Make gen_snapshot quiet for the Fuchsia build. (Closed)
Patch Set: Created 3 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/gen_snapshot.cc
diff --git a/runtime/bin/gen_snapshot.cc b/runtime/bin/gen_snapshot.cc
index d345a1d51cafcaa9093c593157c6d2b233505e04..c77021bf139dd45dfc3265e3703166048c8e6e35 100644
--- a/runtime/bin/gen_snapshot.cc
+++ b/runtime/bin/gen_snapshot.cc
@@ -1471,11 +1471,6 @@ int main(int argc, char** argv) {
if (IsSnapshottingForPrecompilation()) {
vm_options.AddArgument("--precompilation");
- vm_options.AddArgument("--print_snapshot_sizes");
rmacnak 2017/03/23 00:46:09 These flags have since been passed explicitly by t
-#if TARGET_ARCH_ARM
- // This is for the iPod Touch 5th Generation (and maybe other older devices)
- vm_options.AddArgument("--no-use_integer_division");
-#endif
}
Dart_SetVMFlags(vm_options.count(), vm_options.arguments());
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698