mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-05 10:09:30 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=77026
@ -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…
Reference in New Issue
Block a user