Commit 92f4a4bf authored by Michael Niedermayer's avatar Michael Niedermayer

configure: Do not add omit-frame-pointer for ossfuzz

ossfuzz works better without it
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 390c6ee4
......@@ -5175,7 +5175,7 @@ EOF
exit 1
fi
disabled optimizations || check_cflags -fomit-frame-pointer
disabled optimizations || enabled ossfuzz || check_cflags -fomit-frame-pointer
enable_weak_pic() {
disabled pic && return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment