aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Keith Packard <keithp@keithp.com>2009-10-14 21:46:54 -0700
committerGravatar Keith Packard <keithp@keithp.com>2009-10-14 21:46:54 -0700
commita2c467242ac646bb16638906dec1bd075e098674 (patch)
treeb8ca0eab888066d09c029b816872276973b5cee8 /Makefile
parent8f3ccda00fc79cdd518277852496d88be4c7d4a9 (diff)
Protect against missing message id while indexing files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bf3a5200..17f29fb1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
PROGS=notmuch-index-message xapian-dump
-MYCXXFLAGS=-Wall
+MYCXXFLAGS=-Wall -O0 -g
all: $(PROGS)