Mercurial > hg > nnls-chroma
changeset 73:3ef99d22ec6b matthiasm-plugin
Merge
author | Chris Cannam |
---|---|
date | Thu, 28 Oct 2010 11:36:28 +0200 |
parents | 45fc8c48af3b (diff) b8ffc98eda95 (current diff) |
children | b80144039d8f |
files | |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.mingw Wed Oct 27 21:47:37 2010 +0900 +++ b/Makefile.mingw Thu Oct 28 11:36:28 2010 +0200 @@ -8,12 +8,12 @@ CC=gcc CXX=g++ -CFLAGS = -I$(VAMP_SDK_DIR) -Wall -O3 -ffast-math -msse -msse2 -mfpmath=sse -ftree-vectorize -fPIC +CFLAGS = -I$(VAMP_SDK_DIR) -Wall -O3 -fno-exceptions -ffast-math -msse -msse2 -mfpmath=sse -ftree-vectorize -fPIC #CFLAGS = -g -I$(VAMP_SDK_DIR) -Wall -fPIC CXXFLAGS = -I$(VAMP_SDK_DIR) -I../boost_1_44_0 -Wall -fPIC PLUGIN_EXT = .dll PLUGIN = $(PLUGIN_LIBRARY_NAME)$(PLUGIN_EXT) -LDFLAGS = -shared -Wl,-soname=$(PLUGIN) $(VAMP_SDK_DIR)/libvamp-sdk.a -Wl,--version-script=vamp-plugin.map +LDFLAGS = -shared -static-libgcc -Wl,-soname=$(PLUGIN) $(VAMP_SDK_DIR)/libvamp-sdk.a -Wl,--version-script=vamp-plugin.map $(PLUGIN): $(PLUGIN_CODE_OBJECTS)