mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Remove workaround for compiler dill-initialization. (#20541)
Workaround is not needed since real fix has landed in dart sdk: https://dart-review.googlesource.com/c/sdk/+/62729.
This commit is contained in:
parent
8c8ee83b33
commit
1e5cb2d87f
@ -341,7 +341,6 @@ class ResidentCompiler {
|
|||||||
'--incremental',
|
'--incremental',
|
||||||
'--strong',
|
'--strong',
|
||||||
'--target=flutter',
|
'--target=flutter',
|
||||||
'--initialize-from-dill=foo' // TODO(aam): remove once dartbug.com/33087 fixed
|
|
||||||
];
|
];
|
||||||
if (outputPath != null) {
|
if (outputPath != null) {
|
||||||
command.addAll(<String>['--output-dill', outputPath]);
|
command.addAll(<String>['--output-dill', outputPath]);
|
||||||
|
Loading…
Reference in New Issue
Block a user