From b87ed1e56d961c4aea2134117adca73f07673ceb Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Mon, 20 Feb 2023 00:48:42 +1100 Subject: [PATCH] Print `RUSTFLAGS` for justfile target build & check Signed-off-by: Jiahao XU --- justfile | 2 ++ 1 file changed, 2 insertions(+) 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=".":