summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAmit Shah <amit.shah@redhat.com>2009-03-19 18:19:42 +0530
committerAmit Shah <amit.shah@redhat.com>2009-03-19 18:19:42 +0530
commit7de1f286de85fd1e8359eee716536666a76fbb88 (patch)
tree821ccb5e0c8976efdb6ab4c87800a0c2fac3aa2c /Makefile
parent3948b37e6d780460f9ef9c8ade2571f39a340df0 (diff)
Fix segfault: filename has to be an array
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 482c49b..48509b9 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
# Author: Amit Shah <amit.shah@redhat.com>
CC = gcc
-CFLAGS = -Werror -Os
+CFLAGS = -Werror -g
.PHONY: all