view Makefile.linux @ 339:bcfdaa708992 livemode

Threshold of 5 is definitely better than threshold 6 for piano... but I'm still unpersuaded about the advantages of even lower thresholds -- need to go over this again
author Chris Cannam
date Tue, 30 Jun 2015 09:38:12 +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