git: e79a3515c241 - releng/14.3 - mpi3mr: Remove -g

From: Warner Losh <imp_at_FreeBSD.org>
Date: Mon, 12 May 2025 22:46:00 UTC
The branch releng/14.3 has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=e79a3515c241b84dfa1c73f41a25c4cc992d616d

commit e79a3515c241b84dfa1c73f41a25c4cc992d616d
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2025-05-08 02:09:45 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2025-05-12 22:45:35 +0000

    mpi3mr: Remove -g
    
    This -g was introduce when I didn't review all the cahnges to mpi3mr I
    was MFCing. Remove it. This is a direct commit.
    
    PR: 249068
    Fixes: 80b069913d496
    Sponsored by:           Netflix
    Approved by:  re (cperciva)
    (cherry picked from commit 22ebbdea3f33fdeae5ee83077ea9c25979705f2f)
---
 sys/modules/mpi3mr/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys/modules/mpi3mr/Makefile b/sys/modules/mpi3mr/Makefile
index 39aa2e3f0ddd..81d2e86afc7f 100644
--- a/sys/modules/mpi3mr/Makefile
+++ b/sys/modules/mpi3mr/Makefile
@@ -1,4 +1,3 @@
-
 .PATH: ${SRCTOP}/sys/dev/mpi3mr
 
 KMOD=	mpi3mr
@@ -7,7 +6,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>