git: 4c6cf054c959 - main - Stop forcing -g in mpi3mr module because it breaks non-debug install.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Jul 2024 11:43:21 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=4c6cf054c9599a9a520edde8dc19956e5a4e826b
commit 4c6cf054c9599a9a520edde8dc19956e5a4e826b
Author: Eric Melville <eric@FreeBSD.org>
AuthorDate: 2024-07-04 23:56:45 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-07-07 11:43:29 +0000
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
---
sys/modules/mpi3mr/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys/modules/mpi3mr/Makefile b/sys/modules/mpi3mr/Makefile
index 39aa2e3f0ddd..1c44ed920d1b 100644
--- a/sys/modules/mpi3mr/Makefile
+++ b/sys/modules/mpi3mr/Makefile
@@ -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>