From 8149db5c0579819f8522802edf1d3d03a1862dd7 Mon Sep 17 00:00:00 2001 From: De Rais Date: Tue, 23 May 2017 11:08:16 -0400 Subject: [PATCH] build: turn off debugging flags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7d739ce..eee07b9 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ CFLAGS += $(shell pkg-config --cflags gmime-2.6) LDFLAGS += $(shell pkg-config --libs gmime-2.6) # Debug -CFLAGS += -g -O0 -pedantic -Wall -Wextra -Werror +# CFLAGS += -g -O0 -pedantic -Wall -Wextra -Werror # The `-O3' makes it go three times faster # CFLAGS += -O3 -pedantic -Wall -Wextra -Werror -- 2.11.4.GIT