Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit ddceed5

Browse files
authored
Cleanup obsolete --strong option of front-end server (#13735)
1 parent 9113543 commit ddceed5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

testing/run_tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ def SnapshotTest(build_dir, dart_file, kernel_file_output, verbose_dart_snapshot
148148
'--sdk-root',
149149
flutter_patched_sdk,
150150
'--incremental',
151-
'--strong',
152151
'--target=flutter',
153152
'--packages',
154153
test_packages,

testing/scenario_app/compile_ios_jit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ echo "Compiling to kernel..."
3939
"$HOST_TOOLS/dart" \
4040
"$HOST_TOOLS/gen/frontend_server.dart.snapshot" \
4141
--sdk-root "$HOST_TOOLS/flutter_patched_sdk" \
42-
--strong --target=flutter \
42+
--target=flutter \
4343
--no-link-platform \
4444
--output-dill "$OUTDIR/App.framework/flutter_assets/kernel_blob.bin" \
4545
"${BASH_SOURCE%/*}/lib/main.dart"

0 commit comments

Comments
 (0)