oss-fuzz/build: remove LIB_FUZZING_ENGINE
commit77afc75f69940eba90bc4f33ab046bf547910e2f
authorPaolo Bonzini <pbonzini@redhat.com>
Sun, 9 Aug 2020 15:17:00 +0000 (9 17:17 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 21 Aug 2020 10:18:22 +0000 (21 06:18 -0400)
tree66314ec40500105acd6d6280ec649fd8d01869fe
parent1d806cef0e38b5db8347a8e12f214d543204a314
oss-fuzz/build: remove LIB_FUZZING_ENGINE

Meson build scripts will only include qemu-fuzz-TARGET rules if configured
with --enable-fuzzing, and that takes care of adding -fsanitize=fuzzer.
Therefore we can just specify the configure option and stop modifying
the CFLAGS and CONFIG_FUZZ options in the "make" invocation.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
scripts/oss-fuzz/build.sh