Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 May 2025 02:11:40 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 22ebbdea3f33 - stable/14 - mpi3mr: Remove -g
Message-ID:  <202505080211.5482BeK9014940@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by imp:

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

commit 22ebbdea3f33fdeae5ee83077ea9c25979705f2f
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2025-05-08 02:09:45 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2025-05-08 02:11:13 +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
---
 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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505080211.5482BeK9014940>