Mercurial > hg > silvet
diff Makefile.linux @ 144:5e9ad8b2d9b1
Include qm-dsp objects
author | Chris Cannam |
---|---|
date | Thu, 08 May 2014 18:12:14 +0100 |
parents | ac750e222ad3 |
children | 74f14efe032f |
line wrap: on
line diff
--- a/Makefile.linux Thu May 08 17:31:55 2014 +0100 +++ b/Makefile.linux Thu May 08 18:12:14 2014 +0100 @@ -1,12 +1,12 @@ -CFLAGS := -Wall -O3 -fopenmp -ffast-math -msse -mfpmath=sse -ftree-vectorize -fPIC -I../vamp-plugin-sdk/ +CFLAGS := -Wall -O3 -fopenmp -ffast-math -msse -msse2 -mfpmath=sse -ftree-vectorize -fPIC -I../vamp-plugin-sdk/ -DUSE_PTHREADS #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_LDFLAGS := -lgomp -shared -Wl,-Bsymbolic -Wl,-z,defs -Wl,--version-script=vamp-plugin.map PLUGIN_EXT := .so