We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76da64b commit e2d4d6fCopy full SHA for e2d4d6f
1 file changed
Makefile
@@ -56,7 +56,7 @@ build-sbf-%:
56
cargo build-sbf --manifest-path $(call make-path,$*)/Cargo.toml $(ARGS)
57
58
build-wasm-%:
59
- cargo $(nightly) build --target wasm32-unknown-unknown --manifest-path $(call make-path,$*)/Cargo.toml --all-features $(ARGS)
+ cargo $(nightly) build --target wasm32-unknown-unknown --manifest-path $(call make-path,$*)/Cargo.toml $(ARGS)
60
61
build-doc-%:
62
RUSTDOCFLAGS="--cfg docsrs -D warnings" cargo $(nightly) doc --all-features --no-deps --manifest-path $(call make-path,$*)/Cargo.toml $(ARGS)
0 commit comments