Merge pull request #59 from jpoimboe/compile-debug-symbols

compile tools with -g for debug symbols
This commit is contained in:
Seth Jennings 2014-03-13 17:02:36 -05:00
commit f3e55ee721

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