Mercurial > hg > constant-q-cpp
view Makefile.linux @ 168:0f2edd13ea2d
Feature labels were upside down in the plugin! Oops. Fix it
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Tue, 02 Dec 2014 17:36:41 +0000 |
parents | 1060a19e2334 |
children | aa57e80b6af8 |
line wrap: on
line source
CFLAGS := -Wall -O3 -ffast-math -msse -msse2 -mfpmath=sse -fPIC -I../vamp-plugin-sdk/ #CFLAGS := -g -fPIC -I../vamp-plugin-sdk CXXFLAGS := $(CFLAGS) PLUGIN_LDFLAGS := -shared -Wl,--version-script=vamp/vamp-plugin.map VAMPSDK_DIR := ../vamp-plugin-sdk PLUGIN_EXT := .so include Makefile.inc