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:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user