mirror of https://github.com/dynup/kpatch
compile tools with -g for debug symbols
This commit is contained in:
parent
3acf30c0c8
commit
840a1b3e44
|
@ -1,6 +1,6 @@
|
|||
include ../Makefile.inc
|
||||
|
||||
CFLAGS += -I../kmod/core -Wall
|
||||
CFLAGS += -I../kmod/core -Wall -g
|
||||
LDFLAGS = -lelf
|
||||
|
||||
TARGETS = create-diff-object add-patches-section link-vmlinux-syms
|
||||
|
|
Loading…
Reference in New Issue