Skip to content

Commit ec14029

Browse files
authored
compile with debug info (#27)
1 parent 3c80da1 commit ec14029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/src/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717

1818
obj-m += connstat.o
19-
ccflags-y := -DKERNEL_CENTEVERSION=@@KCENTEVERS@@
19+
ccflags-y := -DKERNEL_CENTEVERSION=@@KCENTEVERS@@ -g
2020
MODOPTS= -C /lib/modules/@@KVERS@@/build M=$(PWD)
2121

2222
all:

0 commit comments

Comments
 (0)