Commit 6fa12358 authored by diego's avatar diego

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

patch by Ben Taylor, bentaylor.solx86 gmail com


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13966 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 566059d5
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment