Mercurial > hg > silvet
view Makefile.osx @ 325:4cf4313d7e30 livemode
Always use q=0.8 and accept the hit on speed -- the templates are made for that configuration and it does work better. Also some adjustments to thresholding and peak picking for live mode in particular.
author | Chris Cannam |
---|---|
date | Mon, 18 May 2015 13:58:27 +0100 |
parents | b7f425bb7402 |
children | 7dcff010d9cd |
line wrap: on
line source
ARCHFLAGS ?= -mmacosx-version-min=10.6 -arch x86_64 -arch i386 CXXFLAGS += $(ARCHFLAGS) -DMALLOC_IS_ALIGNED -O3 -ftree-vectorize -I../vamp-plugin-sdk LDFLAGS += $(ARCHFLAGS) -dynamiclib ../vamp-plugin-sdk/libvamp-sdk.a -exported_symbols_list vamp-plugin.list -install_name silvet.dylib PLUGIN_EXT := .dylib MAKEFILE_EXT := .osx include Makefile.inc .PHONY: constant-q-cpp constant-q-cpp: $(MAKE) -C $@ -f Makefile$(MAKEFILE_EXT) libcq.a