Enable global type flow analysis in Dart 2 AOT (#15221)

This commit is contained in:
Alexander Markov 2018-03-07 09:35:22 -08:00 committed by GitHub
parent 0d6d312546
commit 7d0536b87a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {