Stop forcing -g in mpi3mr module because it breaks non-debug install.

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1314
This commit is contained in:
Eric Melville 2024-07-04 19:56:45 -04:00 committed by Warner Losh
parent 814bf1fddd
commit 4c6cf054c9

View File

@ -7,7 +7,6 @@ SRCS+= opt_cam.h
SRCS+= device_if.h bus_if.h pci_if.h
CFLAGS+= -I${SRCTOP}/sys/compat/linuxkpi/common/include
DEBUG_FLAGS= -g
.include <bsd.kmod.mk>