Mercurial > hg > match-vamp
annotate Makefile.linux @ 246:aac9ad4064ea subsequence tip
Fix incorrect handling of silent tail in the non-subsequence MATCH phase; some debug output changes
author | Chris Cannam |
---|---|
date | Fri, 24 Jul 2020 14:29:55 +0100 |
parents | 394036074532 |
children |
rev | line source |
---|---|
cannam@0 | 1 |
Chris@222 | 2 CXXFLAGS += -fPIC -ffast-math -O3 -Wall -Wconversion -std=c++11 |
Chris@188 | 3 |
Chris@221 | 4 #CXXFLAGS += -fPIC -g -Wall -Werror -Werror=old-style-cast -Wconversion -std=c++11 |
Chris@41 | 5 |
Chris@126 | 6 LDFLAGS += -Wl,-Bstatic -lvamp-sdk -Wl,-Bdynamic |
Chris@126 | 7 PLUGIN_LDFLAGS += -shared -Wl,-Bsymbolic -Wl,-z,defs -lpthread -Wl,--version-script=vamp-plugin.map |
cannam@0 | 8 |
Chris@9 | 9 include Makefile.inc |
cannam@0 | 10 |