summaryrefslogtreecommitdiffstats
path: root/lib/libstand/Makefile
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-10-04 08:10:29 +0000
committermsmith <msmith@FreeBSD.org>1998-10-04 08:10:29 +0000
commit411f2725f9747ae8ed710db5e9ea29d159fb3a6a (patch)
tree0d3ca4aa33dba413260a22423dd4ae1c938fb570 /lib/libstand/Makefile
parent9615a9ebc008e91109b7f03c2e75da2b5898572c (diff)
downloadFreeBSD-src-411f2725f9747ae8ed710db5e9ea29d159fb3a6a.zip
FreeBSD-src-411f2725f9747ae8ed710db5e9ea29d159fb3a6a.tar.gz
Don't build with -g.
Diffstat (limited to 'lib/libstand/Makefile')
-rw-r--r--lib/libstand/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile
index 38caa1c..7e313f5 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
OpenPOWER on IntegriCloud