Removed sync_async flag from engine which was causing snapshot errors. (#5367)

Will be reenabled when sync-async is on by default in flutter/flutter.
This commit is contained in:
Ben Konyi 2018-05-24 17:34:25 -07:00 committed by GitHub
parent e25c70c64c
commit bbbd930283
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,8 @@ static const char* kDartStrongModeArgs[] = {
"--strong",
"--reify_generic_functions",
"--limit_ints_to_64_bits",
"--sync_async",
// TODO(bkonyi): uncomment when sync-async is enabled in flutter/flutter.
// "--sync_async",
// clang-format on
};