Skip to content

Commit

Permalink
Switch on --sync-async in Dart 2 mode (#4686)
Browse files Browse the repository at this point in the history
  • Loading branch information
mraleph committed Feb 27, 2018
1 parent b076f1b commit bacb388
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions runtime/dart_init.cc
Expand Up @@ -120,9 +120,10 @@ static const char* kDartCheckedModeArgs[] = {

static const char* kDartStrongModeArgs[] = {
// clang-format off
"--strong",
"--reify_generic_functions",
"--limit_ints_to_64_bits",
"--reify_generic_functions",
"--strong",
"--sync_async",
// clang-format on
};

Expand Down

0 comments on commit bacb388

Please sign in to comment.