From 03244197e0e4f69897b6beb580ee12142a400b41 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Wed, 23 Aug 2006 12:50:55 +0200 Subject: [PATCH] configure: Remove -O2 disable hack for MacOS now that gcc is fixed. --- configure | 1 - configure.ac | 3 --- 2 files changed, 4 deletions(-) diff --git a/configure b/configure index 3f05a32aec2..f96eb86a05c 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 dc2c337833f..72a41a04e55 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"