]> git.sesse.net Git - c64tapwav/blobdiff - Makefile
Compile in native by default, since AVX helps so much.
[c64tapwav] / Makefile
index a3cf95f54f78b4e04ebcc84ed0276594877920c3..956b7908d6ea6baf2281aa164a91e1da2052b41a 100644 (file)
--- 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
 LDLIBS=-lavcodec -lavformat -lavutil -lswresample
 
 all: synth decode sync cleaner