X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=Makefile;h=6d1f3d82c5d253078e977518001e2e6c13be9f23;hp=8eee3096a76918f7c71a5ab0a6ceb880ee61e163;hb=357aba3ec8177c11a7ce22cbe26d92482f6a5e53;hpb=946c94b6a19d6c10f79eab6c721e5c7702b78758 diff --git a/Makefile b/Makefile index 8eee3096..6d1f3d82 100644 --- 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.