diff --git a/benchmarks/tool/compile_benchmarks.dart b/benchmarks/tool/compile_benchmarks.dart index 267a207a..db84e7e9 100755 --- a/benchmarks/tool/compile_benchmarks.dart +++ b/benchmarks/tool/compile_benchmarks.dart @@ -216,6 +216,7 @@ List wasmProcessArgs(String sourceFile) { 'wasm', sourceFile, '-O2', + '--no-strip-wasm', '-o', 'out/$baseNameNoExt.wasm', ];