Mercurial > hg > constant-q-cpp
diff cpp-qm-dsp/Makefile @ 55:2a21b4506d7f
Use MIDI pitch values, as in QM Vamp Plugins implementation
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 28 Nov 2013 17:03:57 +0000 |
parents | 73152bc3bb26 |
children |
line wrap: on
line diff
--- a/cpp-qm-dsp/Makefile Thu Nov 28 14:32:42 2013 +0000 +++ b/cpp-qm-dsp/Makefile Thu Nov 28 17:03:57 2013 +0000 @@ -3,8 +3,8 @@ CFLAGS := -I../.. $(CFLAGS) $(DEFINES) -CXXFLAGS := -I../.. -fPIC -Wall -g $(CXXFLAGS) $(DEFINES) -#CXXFLAGS := -I../.. -fPIC -Wall -O3 -ffast-math -ftree-vectorize $(CXXFLAGS) $(DEFINES) +#CXXFLAGS := -I../.. -fPIC -Wall -g $(CXXFLAGS) $(DEFINES) +CXXFLAGS := -I../.. -fPIC -Wall -O3 -ffast-math -ftree-vectorize $(CXXFLAGS) $(DEFINES) LDFLAGS := $(LDFLAGS)