Re: [FFmpeg-devel] [PATCH v2 4/5] configure: add -fuzz support to --toolchain

2025-07-18 Thread Michael Niedermayer
On Thu, Jul 17, 2025 at 04:04:41AM +0200, Kacper Michajłow wrote: > libFuzzer is linked only for fuzzing targets. > > Signed-off-by: Kacper Michajłow > --- > configure | 5 + > 1 file changed, 5 insertions(+) tested and seems working thx [...] -- Michael GnuPG fingerprint: 9FF2128B14

[FFmpeg-devel] [PATCH v2 4/5] configure: add -fuzz support to --toolchain

2025-07-16 Thread Kacper Michajłow
libFuzzer is linked only for fuzzing targets. Signed-off-by: Kacper Michajłow --- configure | 5 + 1 file changed, 5 insertions(+) diff --git a/configure b/configure index bff0fe285b..4773a507d3 100755 --- a/configure +++ b/configure @@ -4616,6 +4616,11 @@ add_sanitizer_flags(){