Unverified Commit cf6a8d6a authored by Alexander Markov's avatar Alexander Markov Committed by GitHub

Do not pass obsolete --strong option to front-end server (#44278)

parent 5f62440e
...@@ -315,7 +315,6 @@ class KernelCompiler { ...@@ -315,7 +315,6 @@ class KernelCompiler {
frontendServer, frontendServer,
'--sdk-root', '--sdk-root',
sdkRoot, sdkRoot,
'--strong',
'--target=$targetModel', '--target=$targetModel',
'-Ddart.developer.causal_async_stacks=$causalAsyncStacks', '-Ddart.developer.causal_async_stacks=$causalAsyncStacks',
..._buildModeOptions(buildMode), ..._buildModeOptions(buildMode),
...@@ -648,7 +647,6 @@ class DefaultResidentCompiler implements ResidentCompiler { ...@@ -648,7 +647,6 @@ class DefaultResidentCompiler implements ResidentCompiler {
'--sdk-root', '--sdk-root',
sdkRoot, sdkRoot,
'--incremental', '--incremental',
'--strong',
'--target=$targetModel', '--target=$targetModel',
'-Ddart.developer.causal_async_stacks=$causalAsyncStacks', '-Ddart.developer.causal_async_stacks=$causalAsyncStacks',
if (outputPath != null) ...<String>[ if (outputPath != null) ...<String>[
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment