mirror of
https://github.com/dynup/kpatch
synced 2025-03-05 18:29:59 +00:00
Merge pull request #59 from jpoimboe/compile-debug-symbols
compile tools with -g for debug symbols
This commit is contained in:
commit
f3e55ee721
@ -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
Block a user