1 files changed, 2 insertions(+), 0 deletions(-)
M Makefile
M Makefile => Makefile +2 -0
@@ 4,6 4,8 @@ DATAROOTDIR ?= $(PREFIX)/share
DATADIR ?= $(DATAROOTDIR)
MANDIR ?= $(DATADIR)/man
+CFLAGS ?= -O2
+
PKG_CONFIG ?= pkg-config
CFLAGS_NCURSESW := `$(PKG_CONFIG) --cflags ncursesw`