summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-05-17 23:55:25 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-05-17 23:55:25 +0200
commit4e055302edd46137d1b207afea8ea1fab1999748 (patch)
tree55e0eb76c94b7dba0ed31348879e0befacb7a405
parent42c16276bd9ed90643bc56a43d5e2f49680eeeb5 (diff)
Keep debugging symbols in the final binary
* Makefile (LDFLAGS): Set to -g.
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 74bd23b8b..8a83573a7 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,7 @@ SRC_C = main.c
LIBS += $(libmachdev_path) -ldde_linux26.o -ldde_linux26_net $(libddekit_path) -lfshelp -ltrivfs -lpciaccess -lz -lthreads -lshouldbeinlibc -lports $(libslab_path) $(libbpf_path)
CFLAGS += -g -I$(PKGDIR)/include -I$(BUILDDIR)/include
+LDFLAGS += -g
# DDE configuration
include $(L4DIR)/Makeconf