| Index: runtime/bin/gen_snapshot.cc
|
| diff --git a/runtime/bin/gen_snapshot.cc b/runtime/bin/gen_snapshot.cc
|
| index b55575da3a741af6c2f7a35aaf11c711f8b94d8b..fc5392246fe912f14a2857b3e12308b98edb858b 100644
|
| --- a/runtime/bin/gen_snapshot.cc
|
| +++ b/runtime/bin/gen_snapshot.cc
|
| @@ -534,6 +534,8 @@ int main(int argc, char** argv) {
|
| Thread::InitOnce();
|
| DartUtils::SetOriginalWorkingDirectory();
|
|
|
| + vm_options.AddArgument("--load_deferred_eagerly");
|
| +
|
| Dart_SetVMFlags(vm_options.count(), vm_options.arguments());
|
|
|
| // Initialize the Dart VM.
|
|
|