This commit is contained in:
Dale Weiler 2015-12-28 08:00:54 -05:00
parent 6024e377ba
commit 3f4659b5d5

View file

@ -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