oak: Disable CFLAGS in coverage builds (#6642)

This commit is contained in:
rbehjati 2021-10-25 19:17:04 +01:00 committed by GitHub
parent 9d67d1f204
commit 3dd81868bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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