Mercurial > hg > silvet
view Makefile.linux @ 364:78ed74fa177b
Fix crash in finetune mode sometimes caused by note remaining on while column falls below threshold
author | Chris Cannam |
---|---|
date | Wed, 07 Oct 2015 16:47:31 +0100 |
parents | 806b2ea65416 |
children | ef35549c1c56 |
line wrap: on
line source
CFLAGS := -Wall -O3 -ffast-math -msse -msse2 -mfpmath=sse -ftree-vectorize -fPIC -I../vamp-plugin-sdk/ #CFLAGS := -g -fPIC -I../vamp-plugin-sdk CXXFLAGS := $(CFLAGS) -std=c++11 VAMPSDK_DIR := ../vamp-plugin-sdk PLUGIN_LDFLAGS := -shared -Wl,-Bsymbolic -Wl,-z,defs -Wl,--version-script=vamp-plugin.map -lpthread PLUGIN_EXT := .so MAKEFILE_EXT := .linux include Makefile.inc