summaryrefslogtreecommitdiffstats
path: root/sys/modules/osf1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-02-13 10:11:01 +0000
committerru <ru@FreeBSD.org>2004-02-13 10:11:01 +0000
commitbd38cbd92d701cbcb3aea7ca00674222a9e19f40 (patch)
tree946dbbaeb0013ac44dbf8f280e3cffa2016f97c3 /sys/modules/osf1
parenta586f5606a0da2a4de47a2122bd3867f83a3dae0 (diff)
downloadFreeBSD-src-bd38cbd92d701cbcb3aea7ca00674222a9e19f40.zip
FreeBSD-src-bd38cbd92d701cbcb3aea7ca00674222a9e19f40.tar.gz
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.
Diffstat (limited to 'sys/modules/osf1')
-rw-r--r--sys/modules/osf1/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/modules/osf1/Makefile b/sys/modules/osf1/Makefile
index 9ac0b56..3c89904 100644
--- a/sys/modules/osf1/Makefile
+++ b/sys/modules/osf1/Makefile
@@ -10,8 +10,6 @@ SRCS= osf1_ioctl.c osf1_misc.c osf1_signal.c osf1_sysent.c \
opt_ddb.h opt_mac.h opt_nfs.h device_if.h bus_if.h \
vnode_if.h
-#CFLAGS+= -g
-
opt_compat.h:
echo "#define COMPAT_43 1" > ${.TARGET}
OpenPOWER on IntegriCloud