Bläddra i källkod

Fix #50: use -O3, disable -ftree-loop-vectorize

master
Arun Prakash Jana 7 år sedan
förälder
incheckning
f801e2e630
Ingen känd nyckel hittad för denna signaturen i databasen GPG-nyckel ID: A75979F35C080412
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Visa fil

@@ -23,7 +23,7 @@ all: $(BIN) $(PLAYER)
$(SRC): nnn.h

$(BIN): $(SRC)
$(CC) -O2 $(CFLAGS) -o $@ $^ $(LDFLAGS) $(LDLIBS)
$(CC) -O3 -fno-tree-loop-vectorize $(CFLAGS) -o $@ $^ $(LDFLAGS) $(LDLIBS)
strip $@

debug: $(SRC)


Laddar…
Avbryt
Spara