remove -g -O0, that was only for debugging...

This commit is contained in:
Ben Smithurst 2001-06-23 19:24:18 +00:00
parent 079937228c
commit 1acf2a18ce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44364

View file

@ -1,6 +1,6 @@
# $FreeBSD$ # $FreeBSD$
CFLAGS+= -W -Wall -g -O0 CFLAGS+= -W -Wall
PROG= diskcheckd PROG= diskcheckd
MAN8= diskcheckd.8 MAN8= diskcheckd.8