13 lines
557 B
Plaintext
13 lines
557 B
Plaintext
$OpenBSD: patch-configure,v 1.12 2010/03/25 05:35:38 benoit Exp $
|
|
--- configure.orig Mon Mar 15 23:12:52 2010
|
|
+++ configure Thu Mar 25 06:19:11 2010
|
|
@@ -19765,7 +19765,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"
|