Remove VM options that are on by default now. (#6495)

This commit is contained in:
Siva 2018-10-10 17:40:34 -07:00 committed by GitHub
parent 61cf4c01fd
commit f307c7fd07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,11 +64,7 @@ static const char* kDartLanguageArgs[] = {
// clang-format off
"--enable_mirrors=false",
"--background_compilation",
"--await_is_keyword",
"--causal_async_stacks",
"--strong",
"--reify_generic_functions",
"--sync_async",
// clang-format on
};