Unverified Commit 183ed461 authored by Alexander Aprelev's avatar Alexander Aprelev Committed by GitHub

Provide workaround for expression compilation frontend issue (#18657)

parent abc3c4eb
......@@ -336,6 +336,7 @@ class ResidentCompiler {
'--incremental',
'--strong',
'--target=flutter',
'--initialize-from-dill=foo' // TODO(aam): remove once dartbug.com/33087 fixed
];
if (outputPath != null) {
command.addAll(<String>['--output-dill', outputPath]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment