Mercurial > hg > silvet
view Makefile.linux @ 118:36f58a539125 bqvec-openmp
Copy reports to this branch. The other head here is a dead-end.
author | Chris Cannam |
---|---|
date | Wed, 07 May 2014 10:00:39 +0100 |
parents | ac750e222ad3 |
children | 5e9ad8b2d9b1 |
line wrap: on
line source
CFLAGS := -Wall -O3 -fopenmp -ffast-math -msse -mfpmath=sse -ftree-vectorize -fPIC -I../vamp-plugin-sdk/ #CFLAGS := -g -fPIC -I../vamp-plugin-sdk CXXFLAGS := $(CFLAGS) VAMPSDK_DIR := ../vamp-plugin-sdk PLUGIN_LDFLAGS := -lgomp -shared -Wl,--version-script=vamp-plugin.map PLUGIN_EXT := .so include Makefile.inc