blob: 96a1262e183f90e5aec534125a419e80bc86f6c5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
$NetBSD: patch-ab,v 1.1.1.1 2001/03/05 18:55:32 wiz Exp $
--- Makefile.in.orig Thu Dec 21 11:48:18 2000
+++ Makefile.in
@@ -1,4 +1,4 @@
-CFLAGS=-O3 @CFLAGS@ @X_CFLAGS@ -Wall -W -Wstrict-prototypes -Wno-parentheses -fomit-frame-pointer
+CFLAGS=@CFLAGS@ @X_CFLAGS@ -Wall -W -Wstrict-prototypes -Wno-parentheses -fomit-frame-pointer
#-malign-functions=0
LDFLAGS=@LDFLAGS@
LIBS=@LIBS@
|