From 29482cb4ca394667efc3372eb7ee6e15eb240e87 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 10 Jul 2002 11:07:11 +0000 Subject: -O3 Originally committed as revision 732 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index e1ed0de396..7b4750c87e 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3