configure: Remove -O2 disable hack for MacOS now that gcc is fixed.

oldstable
Alexandre Julliard 2006-08-23 12:50:55 +02:00
parent e84a382b74
commit 03244197e0
2 changed files with 0 additions and 4 deletions

1
configure vendored
View File

@ -15375,7 +15375,6 @@ fi
*powerpc*)
LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
esac
CFLAGS=`echo "$CFLAGS" | sed -e s/-O2/-O1/`
;;
*)
DLLFLAGS="$DLLFLAGS -fPIC"

View File

@ -1056,9 +1056,6 @@ case $host_os in
LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" dnl FIXME
;;
esac
dnl Disable optimizations because of force_align_arg_pointer bug
dnl FIXME: should be removed when gcc is fixed
CFLAGS=`echo "$CFLAGS" | sed -e s/-O2/-O1/`
;;
*)
DLLFLAGS="$DLLFLAGS -fPIC"