mirror of https://github.com/google/oss-fuzz.git
infra: show RUSTFLAGS as well (#5867)
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 https://github.com/google/oss-fuzz/pull/5865#issuecomment-852685588
It's a follow-up to ecf3d384fb
This commit is contained in:
parent
b2201a0f18
commit
1f49a51ce2
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue