Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2017-05-04 14:56:40 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2017-05-04 15:31:20 +0300
commit92f4a4bf29d730d853bbcb2d229b1695df5a1892 (patch)
treed9aeb7fced380b2ca4e1b1e9d3260339ae659540 /configure
parent390c6ee42c4971d9809aa1fdee1f4c1d5e98b6ed (diff)
configure: Do not add omit-frame-pointer for ossfuzz
ossfuzz works better without it Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 695356a349..804b0ce347 100755
--- a/configure
+++ b/configure
@@ -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