aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 870970d..ce1dc8c 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ OBJS = parse-file.o compats.o
TESTOBJS = test-convert-markdown.o
convert-markdown: $(OBJS)
- $(CC) $(OBJS) convert-markdown.c -o $@ $(LDFLAGS) $(LDADD)
+ $(CC) -g -O2 $(OBJS) convert-markdown.c -o $@ $(LDFLAGS) $(LDADD)
$(OBJS): config.h