Chromium Code Reviews| 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()); |