bin/163775: [patch] sfxge(4) explitly sets -g -DDEBUG=1; infects kernel build with debug symbols
r4721 at tormail.org
r4721 at tormail.org
Tue Apr 30 12:30:04 UTC 2013
The following reply was made to PR bin/163775; it has been noted by GNATS.
From: r4721 at tormail.org
To: bug-followup at freebsd.org
Cc:
Subject: Re: bin/163775: [patch] sfxge(4) explitly sets -g -DDEBUG=1; infects
kernel build with debug symbols
Date: Tue, 30 Apr 2013 02:02:20 -0000
------=_20130430020220_20595
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
this is happen in mps driver also.
------=_20130430020220_20595
Content-Type: text/plain; name="mps.txt"
Content-Transfer-Encoding: 8bit
Content-Disposition: attachment; filename="mps.txt"
Index: sys/modules/mps/Makefile
===================================================================
--- sys/modules/mps/Makefile (revision 250078)
+++ sys/modules/mps/Makefile (working copy)
@@ -9,7 +9,6 @@
SRCS+= device_if.h bus_if.h pci_if.h
#CFLAGS += -DMPS_DEBUG
-DEBUG_FLAGS += -g
.include <bsd.kmod.mk>
------=_20130430020220_20595--
More information about the freebsd-bugs
mailing list