mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Enable global type flow analysis in Dart 2 AOT (#15221)
This commit is contained in:
parent
0d6d312546
commit
7d0536b87a
@ -74,6 +74,7 @@ Future<String> compile(
|
||||
command.add('--no-link-platform');
|
||||
if (aot) {
|
||||
command.add('--aot');
|
||||
command.add('--tfa');
|
||||
}
|
||||
if (entryPointsJsonFiles != null) {
|
||||
for (String entryPointsJson in entryPointsJsonFiles) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user