We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-Ztimings
1 parent aa461c3 commit 9768ec9Copy full SHA for 9768ec9
examples/raytrace-parallel/build.sh
@@ -19,7 +19,7 @@ set -ex
19
20
PATH=$PATH:$(dirname $(find $(rustc --print sysroot) -name 'rust-lld')) \
21
RUSTFLAGS='-C target-feature=+atomics,+bulk-memory' \
22
- cargo build --target wasm32-unknown-unknown --release -Z build-std -Z timings=html
+ cargo build --target wasm32-unknown-unknown --release -Z build-std
23
24
# Note the usage of `--no-modules` here which is used to create an output which
25
# is usable from Web Workers. We notably can't use `--target bundler` since
0 commit comments