mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
![]() Update: Accidentally use `--O4` instead of `-O4` in `dev/devicelab/lib/tasks/web_benchmarks.dart` update. Original description: * Make `flutter build web` have one option that determins the optimization level: `-O<level>` / `--optimization-level=<level>` => Defaulting to -O4 => Will apply to both dart2js and dart2wasm * Deprecate `--dart2js-optimization=O<level>` * Disentagle concept of optimization from concept of static symbols => Add a `--strip-wasm` / `--no-strip-wasm` flag that determins whether static symbols are kept in the resulting wasm file. * Remove copy&past'ed code in the tests for wasm build tests * Cleanup some artifacts code, now that we no longer use `wasm-opt` inside flutter tools |
||
---|---|---|
.. | ||
android_test.dart | ||
assets_test.dart | ||
common_test.dart | ||
dart_plugin_registrant_test.dart | ||
deferred_components_test.dart | ||
desktop_test.dart | ||
icon_tree_shaker_test.dart | ||
ios_test.dart | ||
linux_test.dart | ||
localizations_test.dart | ||
macos_test.dart | ||
shader_compiler_test.dart | ||
web_defines_test.dart | ||
web_test.dart | ||
windows_test.dart |