-g removed from CFLAGS (with permissions from Paul)

This commit is contained in:
Andrey A. Chernov 1993-11-05 01:35:24 +00:00
parent d19eeaea76
commit 75b40a6f55
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=702

View File

@ -1,9 +1,9 @@
# $Id: Makefile,v 1.8 1993/11/03 13:01:36 cgd Exp $
# $Id: Makefile,v 1.2 1993/11/03 23:40:52 paul Exp $
#
PROG= ld
SRCS= ld.c symbol.c lib.c shlib.c warnings.c etc.c rrs.c xbits.c md.c
CFLAGS += -g -I$(.CURDIR) -I$(.CURDIR)/$(MACHINE)
CFLAGS += -I$(.CURDIR) -I$(.CURDIR)/$(MACHINE)
LDADD+= -lgnumalloc
DPADD+= /usr/lib/libgnumalloc.a