]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile
notmuch reply: Add (incomplete) reply command
[notmuch] / Makefile
index 8eee3096a76918f7c71a5ab0a6ceb880ee61e163..6d1f3d82c5d253078e977518001e2e6c13be9f23 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 # Default FLAGS, (can be overriden by user such as "make CFLAGS=-O2")
 WARN_FLAGS=-Wall -Wextra -Wmissing-declarations -Wwrite-strings -Wswitch-enum
-CFLAGS=-g -O0
+CFLAGS=-O2
 
 # Additional flags that we will append to whatever the user set.
 # These aren't intended for the user to manipulate.