Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jul 2024 11:43:21 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 4c6cf054c959 - main - Stop forcing -g in mpi3mr module because it breaks non-debug install.
Message-ID:  <202407071143.467BhL7r055370@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
 



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