提交 40617a6d 编写于 作者: B Ben Taylor 提交者: Diego Biurrun

Check for support of -fomit-frame-pointer before adding it to CFLAGS.

patch by Ben Taylor, bentaylor.solx86 gmail com

Originally committed as revision 13966 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 f0418fec
......@@ -1399,7 +1399,7 @@ if test $target_os = darwin; then
fi
fi
disabled optimizations || add_cflags -fomit-frame-pointer
disabled optimizations || check_cflags -fomit-frame-pointer
# Add processor-specific flags
if test $cpu != "generic"; then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册