Skip to content

Commit

Permalink
Remove the hardcoded sanitizer flags for OSS-Fuzz
Browse files Browse the repository at this point in the history
This might be what's causing the bad builds.

Signed-off-by: Gavin D. Howard <[email protected]>
  • Loading branch information
gavinhoward committed Jun 18, 2024
1 parent 904d062 commit cf45106
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1439,11 +1439,6 @@ else
COVERAGE_PREREQS=""
fi

# Add in the OSS-Fuzz flags.
if [ "$ossfuzz" -ne 0 ]; then
CFLAGS="-fsanitize=fuzzer,address,undefined $CFLAGS"
fi

# Set some defaults.
if [ -z "${DESTDIR+set}" ]; then
destdir=""
Expand Down

0 comments on commit cf45106

Please sign in to comment.