aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-04-11 10:17:50 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-04-11 20:22:30 +0530
commit74a13c645d6df961e69744ffac3528348078b6b7 (patch)
tree17d67913e975bf741ca5d485b656fcd6bce23f11 /Makefile
parent1e9fc049956db288596178b830010572da02cd04 (diff)
downloadnnn-74a13c645d6df961e69744ffac3528348078b6b7.tar.gz
Maximize rlimit, switch to detail view in du mode
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4800e8d..a1dcb6e 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ VERSION = 0.6
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/man
-CFLAGS += -O3 -march=native -Wall -Wextra
+CFLAGS += -O3 -march=native -Wall -Wextra -Wno-unused-parameter
LDLIBS = -lcurses
DISTFILES = nnn.c config.def.h nnn.1 Makefile README.md LICENSE