Mercurial > hg > qm-vamp-plugins
diff qm-vamp-plugins.pro @ 75:a99c43f470a5
* oh dear. fix some off-by-one errors leading to using uninitialised
values in chromagram, constant-q, and mfcc calculations.
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 24 Jul 2008 16:04:43 +0000 |
parents | 1759834c6235 |
children | e7c785094e7b |
line wrap: on
line diff
--- a/qm-vamp-plugins.pro Wed Jul 16 08:01:00 2008 +0000 +++ b/qm-vamp-plugins.pro Thu Jul 24 16:04:43 2008 +0000 @@ -1,10 +1,10 @@ TEMPLATE = lib -CONFIG += plugin warn_on release +CONFIG += plugin warn_on debug CONFIG -= qt -linux-g++:QMAKE_CXXFLAGS_RELEASE += -DNDEBUG -O3 -fno-exceptions -fPIC -march=pentium3 -mfpmath=sse -msse -ffast-math +linux-g++:QMAKE_CXXFLAGS_RELEASE += -DNDEBUG -O3 -fPIC -march=pentium3 -mfpmath=sse -msse OBJECTS_DIR = tmp_obj MOC_DIR = tmp_moc