mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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:
parent
e25c70c64c
commit
bbbd930283
@ -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
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user