git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
390c6ee
)
configure: Do not add omit-frame-pointer for ossfuzz
author
Michael Niedermayer
<michael@niedermayer.cc>
Thu, 4 May 2017 11:56:40 +0000
(13:56 +0200)
committer
Michael Niedermayer
<michael@niedermayer.cc>
Thu, 4 May 2017 12:31:20 +0000
(14:31 +0200)
ossfuzz works better without it
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
695356a
..
804b0ce
100755
(executable)
--- 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