We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf695f commit f41fef3Copy full SHA for f41fef3
Makefile
@@ -1,7 +1,5 @@
1
-export RUSTFLAGS := ${RUSTFLAGS} --cfg substrate_runtime
2
-
3
check: githooks
4
- ./scripts/run.sh check --no-default-features --target=wasm32v1-none
+ RUSTFLAGS="${RUSTFLAGS:-} --cfg substrate_runtime" ./scripts/run.sh check --no-default-features --target=wasm32v1-none
5
6
check-tests: githooks
7
./scripts/run.sh check --tests
0 commit comments