From cd177086cae75394b21dd44eff57c65783d3b4a8 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Mon, 25 Dec 2017 17:35:27 +0530 Subject: OpenSUSE gcc fails at '-fno-tree-loop-vectorize' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3-70-g09d2