diff options
author | Ben Taylor | 2008-06-25 15:41:36 +0000 |
---|---|---|
committer | Diego Biurrun | 2008-06-25 15:41:36 +0000 |
commit | 40617a6d05f9eb1de9c6745509e3735d76c446f3 (patch) | |
tree | bd7381b66d7dab2c951ba244b3c20a7f052b3822 /configure | |
parent | f0418fec694921c12052637541e479fbc00e788d (diff) |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |