Revert the use of -g that leaked in.

This commit is contained in:
Scott Long 2003-02-26 06:56:46 +00:00
parent d48905120d
commit 3f9be55c27
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111539

View File

@ -12,6 +12,5 @@ SRCS+= device_if.h bus_if.h pci_if.h
# To enable debug output from the driver, uncomment these two lines.
#CFLAGS+= -DAAC_DEBUG=2
#SRCS+= aac_debug.c
CFLAGS+= -g
.include <bsd.kmod.mk>