mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Re-enable --no-link-platform for JIT mode (#47242)
This commit is contained in:
parent
c319f5f8d8
commit
56f4eaf58c
@ -61,9 +61,7 @@ class FuchsiaKernelCompiler {
|
||||
// AOT/JIT:
|
||||
if (buildInfo.usesAot) ...<String>['--aot', '--tfa']
|
||||
else ...<String>[
|
||||
// TODO(zra): Add back when this is supported again.
|
||||
// See: https://github.com/flutter/flutter/issues/44925
|
||||
// '--no-link-platform',
|
||||
'--no-link-platform',
|
||||
'--split-output-by-packages',
|
||||
'--manifest', manifestPath
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user