blob: 4271d9cccf8d3291b5b6f3bcc62097dfaeb7e703 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.3 2006/02/19 18:26:43 adam Exp $
--- configure.orig 2006-02-19 10:38:11.000000000 +0100
+++ configure
@@ -21310,7 +21310,7 @@ cat >>confdefs.h <<\_ACEOF
_ACEOF
else
- CFLAGS="${CFLAGS} ${FCCFLAGS} -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wno-unused -Winline"
+ CFLAGS="${CFLAGS} ${FCCFLAGS} -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wno-unused -Winline"
cat >>confdefs.h <<\_ACEOF
#define DEBUG 0
|