From bd38cbd92d701cbcb3aea7ca00674222a9e19f40 Mon Sep 17 00:00:00 2001 From: ru Date: Fri, 13 Feb 2004 10:11:01 +0000 Subject: 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. --- sys/modules/patm/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/modules/patm/Makefile') diff --git a/sys/modules/patm/Makefile b/sys/modules/patm/Makefile index 7310c20..daa483b 100644 --- a/sys/modules/patm/Makefile +++ b/sys/modules/patm/Makefile @@ -10,8 +10,7 @@ SRCS= if_patm.c if_patm_attach.c if_patm_ioctl.c if_patm_intr.c \ device_if.h bus_if.h pci_if.h opt_inet.h opt_natm.h CFLAGS+= -DENABLE_BPF -# CFLAGS+= -DPATM_DEBUG=0x0 -DINVARIANT_SUPPORT -DINVARIANTS -g -DDIAGNOSTIC -# LDFLAGS+= -g +# CFLAGS+= -DPATM_DEBUG=0x0 -DINVARIANT_SUPPORT -DINVARIANTS -DDIAGNOSTIC opt_inet.h: echo "#define INET 1" > opt_inet.h -- cgit v1.1