summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2010-10-22 21:20:17 +0100
committerLars Wirzenius <liw@liw.fi>2010-10-22 21:20:17 +0100
commitab17d9857d6fd13a1bebc1d7ebd3b52b937a3d0e (patch)
tree6be0d33e072b36258ef50066aed6111addc07cd6
parent7902dbd60f7469896e7315ba3ef354212a2e7f40 (diff)
downloaddynstr-ab17d9857d6fd13a1bebc1d7ebd3b52b937a3d0e.tar.gz
Compile with debugging symbols, so valgrind reports line numbers.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 90cb92c..658823b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-CFLAGS = --std=c99 -Wall -Werror --coverage
-LDFLAGS = --coverage
+CFLAGS = --std=c99 -Wall -Werror --coverage -g
+LDFLAGS = --coverage -g
all: unittests