aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/fatm
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/fatm
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/fatm')
-rw-r--r--sys/modules/fatm/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/modules/fatm/Makefile b/sys/modules/fatm/Makefile
index f1c5940423dd..f6d39672a4f2 100644
--- a/sys/modules/fatm/Makefile
+++ b/sys/modules/fatm/Makefile
@@ -7,8 +7,7 @@
KMOD= if_fatm
SRCS= if_fatm.c device_if.h bus_if.h pci_if.h opt_inet.h opt_natm.h
-# CFLAGS+= -DFATM_DEBUG=0 -DINVARIANT_SUPPORT -DINVARIANTS -g
-# LDFLAGS+= -g
+# CFLAGS+= -DFATM_DEBUG=0 -DINVARIANT_SUPPORT -DINVARIANTS
opt_inet.h:
echo "#define INET 1" > opt_inet.h