Skip to content

Commit

Permalink
Do not pass obsolete --strong option to front-end server (#44278)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmarkov committed Nov 6, 2019
1 parent 5f62440 commit cf6a8d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/flutter_tools/lib/src/compile.dart
Expand Up @@ -315,7 +315,6 @@ class KernelCompiler {
frontendServer,
'--sdk-root',
sdkRoot,
'--strong',
'--target=$targetModel',
'-Ddart.developer.causal_async_stacks=$causalAsyncStacks',
..._buildModeOptions(buildMode),
Expand Down Expand Up @@ -648,7 +647,6 @@ class DefaultResidentCompiler implements ResidentCompiler {
'--sdk-root',
sdkRoot,
'--incremental',
'--strong',
'--target=$targetModel',
'-Ddart.developer.causal_async_stacks=$causalAsyncStacks',
if (outputPath != null) ...<String>[
Expand Down

0 comments on commit cf6a8d6

Please sign in to comment.