Removed -g from CFLAGS.

This commit is contained in:
Bruce Evans 1996-06-23 13:11:59 +00:00
parent 7739e56802
commit 078a9c9415
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16613
3 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# $Id: $
# $Id: Makefile,v 1.15 1996/05/07 23:18:43 wosch Exp $
LIB= disk
SRCS= blocks.c disklabel.c dkcksum.c chunk.c disk.c change.c \
create_chunk.c rules.c write_disk.c data.c
CFLAGS+= -Wall -g
CFLAGS+= -Wall
CLEANFILES+= tmp.c tst01 tst01.o data.c
VPATH= ${.CURDIR}/../../sbin/disklabel
NOPROFILE= yes

View File

@ -1,7 +1,7 @@
PROG=crunchgen
SRCS=crunchgen.c crunched_skel.c
CFLAGS+=-g -Wall
CFLAGS+=-Wall
CLEANFILES+= crunched_skel.c
crunched_skel.c: crunched_main.c

View File

@ -24,7 +24,7 @@ DPADD= ${LIBM} ${LIBY} ${LIBL}
LDADD= -lm -ly -ll
CFLAGS= -O2 # due to a gcc bug, it compiles only with -O2!
CFLAGS+= -I${.CURDIR}/obj -I${.CURDIR} -g
CFLAGS+= -I${.CURDIR}/obj -I${.CURDIR}
CLEANFILES+= lex.c lex.yy.c vgaio.c y.tab.[ch]
CLEANFILES+= y.output # comment file from bison