aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-12-25 17:35:27 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-12-25 19:10:20 +0530
commitcd177086cae75394b21dd44eff57c65783d3b4a8 (patch)
tree80e9a2f05d46252a5d5832a945082dc8875e4852 /Makefile
parentf687463574ac69491b337d37725b42d3f4878cf8 (diff)
downloadnnn-cd177086cae75394b21dd44eff57c65783d3b4a8.tar.gz
OpenSUSE gcc fails at '-fno-tree-loop-vectorize'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fdbd375..03dfd77 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ all: $(BIN) $(PLAYER)
$(SRC): nnn.h
$(BIN): $(SRC)
- $(CC) -O3 -fno-tree-loop-vectorize $(CFLAGS) -o $@ $^ $(LDFLAGS) $(LDLIBS)
+ $(CC) -O2 $(CFLAGS) -o $@ $^ $(LDFLAGS) $(LDLIBS)
strip $@
debug: $(SRC)