From 3f9423cca2038b3818fc3b94e7ac5409a1c720cf Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Sun, 4 Oct 1998 08:10:29 +0000 Subject: [PATCH] Don't build with -g. --- lib/libstand/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile index 38caa1cc05b..7e313f54a28 100644 --- a/lib/libstand/Makefile +++ b/lib/libstand/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1998/09/15 02:30:22 msmith Exp $ +# $Id: Makefile,v 1.4 1998/09/26 01:42:39 msmith Exp $ # # Originally from $NetBSD: Makefile,v 1.21 1997/10/26 22:08:38 lukem Exp $ # @@ -13,7 +13,7 @@ NOPIC= YES MAN3= libstand.3 # Mostly OK, some of the libc imports are a bit noisy -CFLAGS+= -Wall -g +CFLAGS+= -Wall #-g .if ${MACHINE_ARCH} == "alpha" CFLAGS+= -mno-fp-regs