Mercurial > hg > constant-q-cpp
view Makefile.linux @ 174:5ed6e970541b
Remote location for this subrepo is unresponsive, include sources in this repo instead
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Fri, 17 Jul 2015 15:48:01 +0100 |
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