Skip to content

Commit

Permalink
Delete AVIF_ENABLE_WERROR=OFF in oss-fuzz/build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wantehchang committed Aug 1, 2024
1 parent fe1f9ee commit 809916b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/oss-fuzz/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ if [[ "$FUZZING_ENGINE" == "libfuzzer" ]]; then
fi
cmake .. -G Ninja -DBUILD_SHARED_LIBS=OFF -DAVIF_CODEC_AOM=LOCAL -DAVIF_CODEC_DAV1D=LOCAL \
-DAVIF_CODEC_AOM_DECODE=ON -DAVIF_CODEC_AOM_ENCODE=ON \
-DAVIF_ENABLE_WERROR=OFF \
-DAVIF_LOCAL_FUZZTEST=ON \
-DAVIF_JPEG=LOCAL -DAVIF_LIBSHARPYUV=LOCAL \
-DAVIF_LIBYUV=LOCAL -DAVIF_ZLIBPNG=LOCAL \
Expand Down

0 comments on commit 809916b

Please sign in to comment.