diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2002-07-10 11:07:11 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-07-10 11:07:11 +0000 |
commit | 29482cb4ca394667efc3372eb7ee6e15eb240e87 (patch) | |
tree | 595de4a7c047558768a1ad4822726649d100380b /configure | |
parent | ebd62a2402cfbd7a780276fd05695b96ec9e1521 (diff) | |
download | ffmpeg-29482cb4ca394667efc3372eb7ee6e15eb240e87.tar.gz |
-O3
Originally committed as revision 732 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -59,7 +59,7 @@ case $targetos in BeOS) prefix="/boot/home/config" # helps building libavcodec -CFLAGS="-O2 -DPIC" +CFLAGS="-O3 -DPIC" v4l="no" # no need for libm, but the inet stuff # Check for BONE @@ -147,7 +147,7 @@ fi # Checking for CFLAGS if test -z "$CFLAGS"; then - CFLAGS="-O2" + CFLAGS="-O3" fi if test "$win32" = "yes" ; then |