aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/firewire
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-02-13 10:11:01 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-02-13 10:11:01 +0000
commit9673a2c2d0d0945263421f200202281d9a79a5d1 (patch)
tree946dbbaeb0013ac44dbf8f280e3cffa2016f97c3 /sys/modules/firewire
parent4c293d355fe0f8c2cab934eba7d781e9cd3b940f (diff)
downloadsrc-9673a2c2d0d0945263421f200202281d9a79a5d1.tar.gz
src-9673a2c2d0d0945263421f200202281d9a79a5d1.zip
Removed -g from CFLAGS. There is a better way to build debugging
versions of the modules, and unconditionally putting -g in CFLAGS has negative impact on the size of the resulting .ko object, even now that debugging symbols are always stripped.
Notes
Notes: svn path=/head/; revision=125771
Diffstat (limited to 'sys/modules/firewire')
-rw-r--r--sys/modules/firewire/Makefile.inc1
-rw-r--r--sys/modules/firewire/sbp_targ/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/modules/firewire/Makefile.inc b/sys/modules/firewire/Makefile.inc
index 4b82370a7160..265f86d1ed55 100644
--- a/sys/modules/firewire/Makefile.inc
+++ b/sys/modules/firewire/Makefile.inc
@@ -1,4 +1,3 @@
# $FreeBSD$
-#CFLAGS+=-g
.include "../Makefile.inc"
diff --git a/sys/modules/firewire/sbp_targ/Makefile b/sys/modules/firewire/sbp_targ/Makefile
index 7a105b488c93..04eaa9466fb2 100644
--- a/sys/modules/firewire/sbp_targ/Makefile
+++ b/sys/modules/firewire/sbp_targ/Makefile
@@ -11,6 +11,5 @@ SRCS = bus_if.h device_if.h \
firewire.h firewirereg.h \
iec13213.h
-#CFLAGS += -g
.include <bsd.kmod.mk>