configure: Remove -O2 disable hack for MacOS now that gcc is fixed.
This commit is contained in:
parent
e84a382b74
commit
03244197e0
|
@ -15375,7 +15375,6 @@ fi
|
|||
*powerpc*)
|
||||
LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
|
||||
esac
|
||||
CFLAGS=`echo "$CFLAGS" | sed -e s/-O2/-O1/`
|
||||
;;
|
||||
*)
|
||||
DLLFLAGS="$DLLFLAGS -fPIC"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue