a0739f17c4
- update patch ok rui@, ajacoutot@
12 lines
491 B
Plaintext
12 lines
491 B
Plaintext
--- configure.orig Tue Jul 28 23:44:16 2009
|
|
+++ configure Mon Aug 10 23:02:40 2009
|
|
@@ -19708,7 +19708,7 @@ LOCALSTATEDIR=`eval echo $localstatedir`
|
|
# Set CFLAGS _after_ all the above checks, since our warnings are stricter
|
|
# than autoconf's macros like.
|
|
if test "$GCC" = yes; then
|
|
- CFLAGS="$CFLAGS -Wall -g -O2"
|
|
+ CFLAGS="$CFLAGS -Wall -g"
|
|
# Disable GCC's strict aliasing checks. They are an hours-to-debug
|
|
# accident waiting to happen.
|
|
CFLAGS="$CFLAGS -fno-strict-aliasing"
|