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

Alexandre Julliard julliard at wine.codeweavers.com
Wed Aug 23 05:55:46 CDT 2006


Module: wine
Branch: master
Commit: 03244197e0e4f69897b6beb580ee12142a400b41
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=03244197e0e4f69897b6beb580ee12142a400b41

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Aug 23 12:50:55 2006 +0200

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

---

 configure    |    1 -
 configure.ac |    3 ---
 2 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/configure b/configure
index 3f05a32..f96eb86 100755
--- a/configure
+++ b/configure
@@ -15375,7 +15375,6 @@ fi
       *powerpc*)
         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
     esac
-            CFLAGS=`echo "$CFLAGS" | sed -e s/-O2/-O1/`
     ;;
   *)
     DLLFLAGS="$DLLFLAGS -fPIC"
diff --git a/configure.ac b/configure.ac
index dc2c337..72a41a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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"




More information about the wine-cvs mailing list