Removed -g from CFLAGS.
This commit is contained in:
parent
54d26451a2
commit
34b72c7bcc
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user