Skip to content
Snippets Groups Projects
Commit 40617a6d authored by Ben Taylor's avatar Ben Taylor Committed by Diego Biurrun
Browse files

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
parent f0418fec
No related branches found
No related tags found
No related merge requests found
...@@ -1399,7 +1399,7 @@ if test $target_os = darwin; then ...@@ -1399,7 +1399,7 @@ if test $target_os = darwin; then
fi fi
fi fi
disabled optimizations || add_cflags -fomit-frame-pointer disabled optimizations || check_cflags -fomit-frame-pointer
# Add processor-specific flags # Add processor-specific flags
if test $cpu != "generic"; then if test $cpu != "generic"; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment