remove -g -O0, that was only for debugging...
This commit is contained in:
parent
079937228c
commit
1acf2a18ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44364
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
CFLAGS+= -W -Wall -g -O0
|
||||
CFLAGS+= -W -Wall
|
||||
|
||||
PROG= diskcheckd
|
||||
MAN8= diskcheckd.8
|
||||
|
|
Loading…
Reference in a new issue