]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile
Change progress report to show "instantaneous" rate. Also print total time.
[notmuch] / Makefile
index bf3a5200ff74b99e47c94e0b674c762c3294b2e1..17f29fb1960c202e00c56d70d1b65586340a5ed5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 PROGS=notmuch-index-message xapian-dump
 
-MYCXXFLAGS=-Wall
+MYCXXFLAGS=-Wall -O0 -g
 
 all: $(PROGS)