Remove gratuitous DEBUG_FLAGS="-g" setting (this is already the default

option with GENERIC kernels).

Reviewed by:	ken
This commit is contained in:
Robert Millan 2012-03-16 21:46:02 +00:00
parent 9f6e964d17
commit bb197d4e46
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=233049

View File

@ -9,6 +9,5 @@ SRCS+= opt_cam.h opt_compat.h
SRCS+= device_if.h bus_if.h pci_if.h
#CFLAGS += -DMPS_DEBUG
DEBUG_FLAGS += -g
.include <bsd.kmod.mk>