From aebe6c1898d6b9c2a577b793b31aca3fdd3052eb Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Tue, 4 Apr 2017 01:40:04 +0530 Subject: Fix warnings. Harden compilation. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index af8b10b..c527d51 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ VERSION = 0.6 PREFIX = /usr/local MANPREFIX = $(PREFIX)/man -CFLAGS += -O3 -march=native +CFLAGS += -O3 -march=native -Wall -Wextra -Werror LDLIBS = -lcurses DISTFILES = nnn.c config.def.h nnn.1 Makefile README.md LICENSE -- cgit v1.2.3-70-g09d2