aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 6c0add351c..7036a1b7e0 100644
--- a/configure.in
+++ b/configure.in
@@ -1712,7 +1712,7 @@ XB_CONFIG_MODULE([xbmc/cores/dvdplayer/Codecs/libdvd/libdvdnav], [
XB_CONFIG_MODULE([xbmc/cores/dvdplayer/Codecs/libfaad2], [
if test "$host_vendor" = "apple" ; then
- CFLAGS="$CFLAGS -fno-common" \
+ CFLAGS="$CFLAGS -O3 -fno-common" \
./configure MACOSX_DEPLOYMENT_TARGET=10.4 \
--with-pic
else