未验证 提交 ddceed5f 编写于 作者: A Alexander Markov 提交者: GitHub

Cleanup obsolete --strong option of front-end server (#13735)

上级 9113543f
......@@ -148,7 +148,6 @@ def SnapshotTest(build_dir, dart_file, kernel_file_output, verbose_dart_snapshot
'--sdk-root',
flutter_patched_sdk,
'--incremental',
'--strong',
'--target=flutter',
'--packages',
test_packages,
......
......@@ -39,7 +39,7 @@ echo "Compiling to kernel..."
"$HOST_TOOLS/dart" \
"$HOST_TOOLS/gen/frontend_server.dart.snapshot" \
--sdk-root "$HOST_TOOLS/flutter_patched_sdk" \
--strong --target=flutter \
--target=flutter \
--no-link-platform \
--output-dill "$OUTDIR/App.framework/flutter_assets/kernel_blob.bin" \
"${BASH_SOURCE%/*}/lib/main.dart"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册