It's is commonly called UBSAN after all.
Signed-off-by: Kacper Michajłow <[email protected]>
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 3fe33b72ed..fd4a52fc5f 100755
--- a/configure
+++ b/configure
@@ -4628,7 +4628,7 @@ add_sanitizer_flags(){
add_cflags -fsanitize=thread
add_ldflags -fsanitize=thread
;;
- usan)
+ usan|ubsan)
add_cflags -fsanitize=undefined
add_ldflags -fsanitize=undefined
;;
--
2.50.1
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".