]> git.sesse.net Git - c64tapwav/commitdiff
Merge branch 'master' of /srv/git.sesse.net/www/c64tapwav
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 17 Mar 2016 23:36:28 +0000 (00:36 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 17 Mar 2016 23:36:28 +0000 (00:36 +0100)
1  2 
Makefile

diff --combined Makefile
index 28ab7bc92dae88340a950b9a7acb5680a8f2b5fc,956b7908d6ea6baf2281aa164a91e1da2052b41a..2756d4f74f0f9029a37b7afd5add4a43c6bce767
+++ b/Makefile
@@@ -1,4 -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
@@@ -6,7 -6,7 +6,7 @@@
  %.o: %.cpp
        $(CXX) -MMD -MP $(CPPFLAGS) $(CXXFLAGS) -o $@ -c $<
  
 -OBJS=decode.o synth.o synth_main.o interpolate.o sync.o level.o filter.o
 +OBJS=audioreader.o decode.o synth.o synth_main.o interpolate.o sync.o level.o filter.o
  
  DEPS=$(OBJS:.o=.d)
  -include $(DEPS)