Skip to content

Commit

Permalink
infra: show RUSTFLAGS as well
Browse files Browse the repository at this point in the history
It should make it easier to see where all the rustc flags
come from. RUSTFLAGS along with `cargo fuzz build --verbose` should
help to track down weird issues like google#5865 (comment)

It's a follow-up to ecf3d38
  • Loading branch information
evverx committed May 31, 2021
1 parent 4f19ce2 commit cb015cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/base-images/base-builder/compile
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ echo "CC=$CC"
echo "CXX=$CXX"
echo "CFLAGS=$CFLAGS"
echo "CXXFLAGS=$CXXFLAGS"
echo "RUSTFLAGS=$RUSTFLAGS"
echo "---------------------------------------------------------------"

BUILD_CMD="bash -eux $SRC/build.sh"
Expand Down

0 comments on commit cb015cb

Please sign in to comment.