diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2017-04-04 01:40:04 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2017-04-04 07:20:38 +0530 |
commit | aebe6c1898d6b9c2a577b793b31aca3fdd3052eb (patch) | |
tree | 8b6d0aa76382d9cfc943df91fc3b9181cb3149ac /Makefile | |
parent | 8fbd97a1eada3208517ef4f5c31fc4ed99234717 (diff) | |
download | nnn-aebe6c1898d6b9c2a577b793b31aca3fdd3052eb.tar.gz |
Fix warnings. Harden compilation.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |