We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-O4
1 parent 14bc862 commit 093485dCopy full SHA for 093485d
dev/devicelab/lib/tasks/web_benchmarks.dart
@@ -38,7 +38,6 @@ Future<TaskResult> runWebBenchmark(WebBenchmarkOptions benchmarkOptions) async {
38
options: <String>[
39
'web',
40
'--no-tree-shake-icons', // local engine builds are frequently out of sync with the Dart Kernel version
41
- '-O2',
42
if (benchmarkOptions.useWasm) ...<String>['--wasm', '--no-strip-wasm'],
43
'--dart-define=FLUTTER_WEB_ENABLE_PROFILING=true',
44
'--profile',
0 commit comments