Commit 8e1bceaf authored by michaelni's avatar michaelni

-O3


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@732 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9e5ad717
...@@ -59,7 +59,7 @@ case $targetos in ...@@ -59,7 +59,7 @@ case $targetos in
BeOS) BeOS)
prefix="/boot/home/config" prefix="/boot/home/config"
# helps building libavcodec # helps building libavcodec
CFLAGS="-O2 -DPIC" CFLAGS="-O3 -DPIC"
v4l="no" v4l="no"
# no need for libm, but the inet stuff # no need for libm, but the inet stuff
# Check for BONE # Check for BONE
...@@ -147,7 +147,7 @@ fi ...@@ -147,7 +147,7 @@ fi
# Checking for CFLAGS # Checking for CFLAGS
if test -z "$CFLAGS"; then if test -z "$CFLAGS"; then
CFLAGS="-O2" CFLAGS="-O3"
fi fi
if test "$win32" = "yes" ; then if test "$win32" = "yes" ; then
......
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