Skip to content

Commit

Permalink
Print RUSTFLAGS for justfile target build & check
Browse files Browse the repository at this point in the history
Signed-off-by: Jiahao XU <[email protected]>
  • Loading branch information
NobodyXu committed Feb 19, 2023
1 parent e4eabe6 commit f90e389
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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=".":
Expand Down

0 comments on commit f90e389

Please sign in to comment.