Skip to content

Commit 9768ec9

Browse files
committed
Remove extraneous -Ztimings flag
1 parent aa461c3 commit 9768ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/raytrace-parallel/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set -ex
1919

2020
PATH=$PATH:$(dirname $(find $(rustc --print sysroot) -name 'rust-lld')) \
2121
RUSTFLAGS='-C target-feature=+atomics,+bulk-memory' \
22-
cargo build --target wasm32-unknown-unknown --release -Z build-std -Z timings=html
22+
cargo build --target wasm32-unknown-unknown --release -Z build-std
2323

2424
# Note the usage of `--no-modules` here which is used to create an output which
2525
# is usable from Web Workers. We notably can't use `--target bundler` since

0 commit comments

Comments
 (0)