31a4e8de47
Also remove previous MAINTAINER (timeout). ok jakemsr@
15 lines
758 B
Plaintext
15 lines
758 B
Plaintext
$OpenBSD: patch-configure,v 1.4 2008/07/25 14:20:50 brad Exp $
|
|
--- configure.orig Thu Jul 24 13:22:04 2008
|
|
+++ configure Thu Jul 24 13:23:06 2008
|
|
@@ -19970,8 +19970,8 @@ else
|
|
case $host in
|
|
*)
|
|
DEBUG="-g -Wall -Wno-parentheses -DDEBUG -D__NO_MATH_INLINES"
|
|
- CFLAGS="-Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops"
|
|
- PROFILE="-Wall -Wno-parentheses -pg -g -O3 -fno-inline-functions -DDEBUG";;
|
|
+ CFLAGS="-Wall -Wno-parentheses -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops"
|
|
+ PROFILE="-Wall -Wno-parentheses -pg -g -fno-inline-functions -DDEBUG";;
|
|
esac
|
|
fi
|
|
CFLAGS="$CFLAGS $cflags_save"
|