From 6dfd5605198ec29873ba4c3871ba05915125bc41 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 15 Mar 2015 23:45:01 +0100 Subject: [PATCH] Compile in native by default, since AVX helps so much. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a3cf95f..956b790 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CXXFLAGS=--std=gnu++0x -O2 -fno-math-errno -g -Wall +CXXFLAGS=--std=gnu++0x -O2 -fno-math-errno -march=native -g -Wall LDLIBS=-lavcodec -lavformat -lavutil -lswresample all: synth decode sync cleaner -- 2.39.2