Mercurial > hg > silvet
changeset 289:d632c9b9b858
OpenMP doesn't seem very reliable here
author | Chris Cannam |
---|---|
date | Fri, 08 Aug 2014 11:06:40 +0100 |
parents | 57455865ad96 |
children | eabebfd875ed |
files | Makefile.mingw32 |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.mingw32 Fri Aug 08 10:15:08 2014 +0100 +++ b/Makefile.mingw32 Fri Aug 08 11:06:40 2014 +0100 @@ -6,8 +6,8 @@ AR = $(TOOLPREFIX)ar RANLIB = $(TOOLPREFIX)ranlib -CXXFLAGS := $(CXXFLAGS) -DNDEBUG -O3 -fopenmp -msse -msse2 -ffast-math -mfpmath=sse -Wall -Wextra -PLUGIN_LDFLAGS := $(LDFLAGS) -shared -static -fopenmp -Wl,--retain-symbols-file=vamp-plugin.list +CXXFLAGS := $(CXXFLAGS) -DUSE_OWN_ALIGNED_MALLOC -DNDEBUG -O3 -msse -msse2 -ffast-math -mfpmath=sse -Wall -Wextra +PLUGIN_LDFLAGS := $(LDFLAGS) -shared -static -Wl,--retain-symbols-file=vamp-plugin.list VAMPSDK_DIR := ../vamp-plugin-sdk PLUGIN_EXT := .dll