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

This commit is contained in:
Ben Smithurst 2001-06-23 19:24:18 +00:00
parent b12f647365
commit f1a1584029

View File

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