* 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:
Siva
2022-02-15 18:47:20 -08:00
committed by GitHub
parent d1cce6559d
commit 1cf55bbfd6

View File

@@ -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
};