mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
configure: Do not add omit-frame-pointer for ossfuzz
ossfuzz works better without it Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -5175,7 +5175,7 @@ EOF
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
disabled optimizations || check_cflags -fomit-frame-pointer
|
disabled optimizations || enabled ossfuzz || check_cflags -fomit-frame-pointer
|
||||||
|
|
||||||
enable_weak_pic() {
|
enable_weak_pic() {
|
||||||
disabled pic && return
|
disabled pic && return
|
||||||
|
|||||||
Reference in New Issue
Block a user