From 3f4659b5d5a4827602fcbddd322ac1afebd5ccfe Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Mon, 28 Dec 2015 08:00:54 -0500 Subject: [PATCH] oops --- include.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include.mk b/include.mk index 2a385a1..1f90111 100644 --- a/include.mk +++ b/include.mk @@ -6,7 +6,7 @@ DATADIR := $(PREFIX)/share MANDIR := $(DATADIR)/man # default flags -CFLAGS += -Wall -Wextra -Werror -Wstrict-aliasing -Wno-attributes -g3 +CFLAGS += -Wall -Wextra -Werror -Wstrict-aliasing -Wno-attributes -O2 # compiler CC ?= clang -- 2.39.2