view 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
line wrap: on
line source

CXXFLAGS	+= -fPIC -ffast-math -O3 -Wall -Wconversion -std=c++11

#CXXFLAGS	+= -fPIC -g -Wall -Werror -Werror=old-style-cast -Wconversion -std=c++11

LDFLAGS		+= -Wl,-Bstatic -lvamp-sdk -Wl,-Bdynamic
PLUGIN_LDFLAGS	+= -shared -Wl,-Bsymbolic -Wl,-z,defs -lpthread -Wl,--version-script=vamp-plugin.map

include Makefile.inc