mirror of https://github.com/google/oss-fuzz.git
oak: Disable CFLAGS in coverage builds (#6642)
This commit is contained in:
parent
9d67d1f204
commit
3dd81868bc
|
@ -22,6 +22,7 @@ then
|
|||
export RUSTFLAGS="$RUSTFLAGS -C debug-assertions=no"
|
||||
chmod +x $SRC/rustc.py
|
||||
export RUSTC="$SRC/rustc.py"
|
||||
export CFLAGS=""
|
||||
fi
|
||||
|
||||
cargo fuzz build --release
|
||||
|
|
Loading…
Reference in New Issue