mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
always add -fomit-frame-pointer if optimizations are enabled
Originally committed as revision 6601 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
441e8fe9c9
commit
2a1a6b64a1
7
configure
vendored
7
configure
vendored
@ -1030,9 +1030,10 @@ if test $targetos = Darwin; then
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
if test $optimize != "no"; then
|
fi
|
||||||
add_cflags "-fomit-frame-pointer"
|
|
||||||
fi
|
if test $optimize != "no"; then
|
||||||
|
add_cflags "-fomit-frame-pointer"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Can only do AltiVec on PowerPC
|
# Can only do AltiVec on PowerPC
|
||||||
|
Loading…
Reference in New Issue
Block a user