Skip to content

Commit

Permalink
Build with memcheck for OSS-Fuzz
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin D. Howard <[email protected]>
  • Loading branch information
gavinhoward committed Jun 18, 2024
1 parent 95a0f29 commit 0448a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1904,7 +1904,7 @@ if [ "$manpage_args" = "" ]; then
manpage_args="A"
fi

if [ "$vg" -ne 0 ]; then
if [ "$vg" -ne 0 ] || [ "$ossfuzz" -ne 0 ]; then
memcheck=1
fi

Expand Down

0 comments on commit 0448a65

Please sign in to comment.