mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Revert mark idle (flutter/engine#31487)
* Turn off mark_when_idle option as it appears to cause a regression. We can turn it back on once we investigate the cause and fix it. * Format.
This commit is contained in:
parent
d1cce6559d
commit
1cf55bbfd6
@ -54,7 +54,8 @@ static const char* kDartAllConfigsArgs[] = {
|
||||
"--enable_mirrors=false",
|
||||
"--background_compilation",
|
||||
"--lazy_async_stacks",
|
||||
"--mark_when_idle",
|
||||
// 'mark_when_idle' appears to cause a regression, turning off for now.
|
||||
// "--mark_when_idle",
|
||||
// clang-format on
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user