We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d9309 commit 830b3d5Copy full SHA for 830b3d5
pkg/frontend_server/lib/frontend_server.dart
@@ -53,8 +53,6 @@ ArgParser argParser = ArgParser(allowTrailingOptions: true)
53
..addFlag('aot',
54
help: 'Run compiler in AOT mode (enables whole-program transformations)',
55
defaultsTo: false)
56
-// TODO(alexmarkov): Cleanup uses in Flutter and remove these obsolete flags.
57
- ..addFlag('strong', help: 'Obsolete', defaultsTo: true)
58
..addFlag('tfa',
59
help:
60
'Enable global type flow analysis and related transformations in AOT mode.',
0 commit comments