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 {
frontendServer,
'--sdk-root',
sdkRoot,
'--strong',
'--target=$targetModel',
'-Ddart.developer.causal_async_stacks=$causalAsyncStacks',
..._buildModeOptions(buildMode),
......@@ -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>[
......
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