Remove -DVINUMDEBUG. vinum(8) now always supports debug options if
the kernel module is built that way.
This commit is contained in:
parent
66ea29917c
commit
da50f5ed31
@ -4,7 +4,7 @@ PROG= vinum
|
||||
SRCS= v.c list.c vinumparser.c vinumutil.c vext.h commands.c
|
||||
MAN= vinum.8
|
||||
|
||||
CFLAGS+= -I${.CURDIR}/../../sys -Wall -DVINUMDEBUG
|
||||
CFLAGS+= -I${.CURDIR}/../../sys -Wall
|
||||
|
||||
# Print __FILE__ and __LINE__ when doing perror()
|
||||
#CFLAGS+= -DDEVBUG
|
||||
|
Loading…
x
Reference in New Issue
Block a user