summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAmit Shah <amit.shah@redhat.com>2009-10-29 13:50:35 +0530
committerAmit Shah <amit.shah@redhat.com>2009-10-29 19:58:46 +0530
commitb848299eceb155dff6c5b847e9d81f5ba0453492 (patch)
tree2d3762d01c21bd74da911abd97aacee861160ae0 /Makefile
parentda795fa84d261b6d33c9646456e1625e760d0def (diff)
downloadtest-virtserial-b848299eceb155dff6c5b847e9d81f5ba0453492.tar.gz
test-virtserial-b848299eceb155dff6c5b847e9d81f5ba0453492.tar.xz
test-virtserial-b848299eceb155dff6c5b847e9d81f5ba0453492.zip
auto-test: compile programs with -g
Helpful for debugging Signed-off-by: Amit Shah <amit.shah@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cceaecc..b73d36a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS=-Wall
+CFLAGS=-Wall -g
all: test-virtserial auto-virtserial auto-virtserial-guest
$(CC) $(CFLAGS) -o $< $<.c