aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-05-13 22:31:14 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-05-13 22:31:14 +0530
commit33c4a227d2ab58353afc6f09823a0a0aa0249575 (patch)
treef30c59e02c15683784c2cfada3dfdc45789d3934 /Makefile
parent9eed24bbac968f85d40d6d2d9b05e834a6ab6614 (diff)
downloadnnn-33c4a227d2ab58353afc6f09823a0a0aa0249575.tar.gz
Make Makefile generic
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index efd9555..2394a47 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ VERSION = 1.1
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man
-CFLAGS += -O3 -march=native -Wall -Wextra -Wno-unused-parameter
+CFLAGS += -O2 -Wall -Wextra -Wno-unused-parameter
LDLIBS = -lreadline
ifeq ($(shell pkg-config ncursesw && echo 1),1)
@@ -13,7 +13,6 @@ else
LDLIBS += -lncurses
endif
-
DISTFILES = nlay nnn.c config.def.h nnn.1 Makefile README.md LICENSE
LOCALCONFIG = config.h
SRC = nnn.c