Skip to content

Commit e34c90e

Browse files
osa1Spiritus2424
authored andcommitted
Compile dart2wasm benchmarks with --no-strip-wasm (#1044)
Keep the symbols to get useful perf outputs.
1 parent ecb159d commit e34c90e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmarks/tool/compile_benchmarks.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ List<String> wasmProcessArgs(String sourceFile) {
216216
'wasm',
217217
sourceFile,
218218
'-O2',
219+
'--no-strip-wasm',
219220
'-o',
220221
'out/$baseNameNoExt.wasm',
221222
];

0 commit comments

Comments
 (0)