ffmpeg | branch: master | Kacper Michajłow <kaspe...@gmail.com> | Thu Jul 17 
03:10:35 2025 +0200| [bf2bb119a7e7cc7ee134b9e3457eca60a8348ea8] | committer: 
Kacper Michajłow

configure: remove ossfuzz sanitizer flags

In OSS-Fuzz build environment flags are handled by CFLAGS and LDFLAGS.
In local build use --toolchain=clang-fuzz-asan-ubsan or similar
combination depending on requested sanitizers.

Signed-off-by: Kacper Michajłow <kaspe...@gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bf2bb119a7e7cc7ee134b9e3457eca60a8348ea8
---

 configure | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/configure b/configure
index 8207896a98..ed6430ea32 100755
--- a/configure
+++ b/configure
@@ -4613,11 +4613,6 @@ set >> $logfile
 
 test -n "$valgrind" && toolchain="valgrind-memcheck"
 
-enabled ossfuzz && ! echo $CFLAGS | grep -q -- "-fsanitize="  && ! echo 
$CFLAGS | grep -q -- "-fcoverage-mapping" &&{
-    add_cflags  -fsanitize=address,undefined 
-fsanitize-coverage=trace-pc-guard,trace-cmp -fno-omit-frame-pointer
-    add_ldflags -fsanitize=address,undefined 
-fsanitize-coverage=trace-pc-guard,trace-cmp
-}
-
 add_sanitizer_flags(){
     case "$1" in
         asan)

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to