Commit 2a1a6b64 authored by Michael Niedermayer's avatar Michael Niedermayer

always add -fomit-frame-pointer if optimizations are enabled

Originally committed as revision 6601 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 441e8fe9
......@@ -1030,9 +1030,10 @@ if test $targetos = Darwin; then
;;
esac
fi
if test $optimize != "no"; then
add_cflags "-fomit-frame-pointer"
fi
fi
if test $optimize != "no"; then
add_cflags "-fomit-frame-pointer"
fi
# Can only do AltiVec on PowerPC
......
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