Commit 03244197 authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent e84a382b
...@@ -15375,7 +15375,6 @@ fi ...@@ -15375,7 +15375,6 @@ fi
*powerpc*) *powerpc*)
LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;; LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
esac esac
CFLAGS=`echo "$CFLAGS" | sed -e s/-O2/-O1/`
;; ;;
*) *)
DLLFLAGS="$DLLFLAGS -fPIC" DLLFLAGS="$DLLFLAGS -fPIC"
......
...@@ -1056,9 +1056,6 @@ case $host_os in ...@@ -1056,9 +1056,6 @@ case $host_os in
LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" dnl FIXME LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" dnl FIXME
;; ;;
esac 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" DLLFLAGS="$DLLFLAGS -fPIC"
......
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