diff --git a/justfile b/justfile index 4edb4bdbb..2df0fb40e 100644 --- a/justfile +++ b/justfile @@ -153,9 +153,11 @@ toolchain components="": build: + echo "env RUSTFLAGS=$RUSTFLAGS" {{cargo-bin}} build {{cargo-build-args}} check: + echo "env RUSTFLAGS=$RUSTFLAGS" {{cargo-bin}} check {{cargo-build-args}} get-output file outdir=".":