compile tools with -g for debug symbols

This commit is contained in:
Josh Poimboeuf 2014-03-13 12:28:35 -05:00
parent 3acf30c0c8
commit 840a1b3e44
1 changed files with 1 additions and 1 deletions

View File

@ -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