Mercurial > hg > nnls-chroma
comparison Makefile.cc-linux @ 29:da3195577172 matthiasm-plugin
* Revert to the previous version of nnls.c[c], which used single-precision floats (better for us).
But we don't like the static local variables -- change those for thread-safety.
author | Chris Cannam |
---|---|
date | Thu, 21 Oct 2010 20:50:22 +0100 |
parents | 52b6dbd61553 |
children | 9fe53dd1c41a |
comparison
equal
deleted
inserted
replaced
28:52b6dbd61553 | 29:da3195577172 |
---|---|
25 # project directory | 25 # project directory |
26 # | 26 # |
27 VAMP_SDK_DIR = ../vamp-plugin-sdk | 27 VAMP_SDK_DIR = ../vamp-plugin-sdk |
28 | 28 |
29 | 29 |
30 ARCHFLAGS = -g | 30 ARCHFLAGS = -O3 -ftree-vectorize -ffast-math |
31 | 31 |
32 CFLAGS = $(ARCHFLAGS) -I$(VAMP_SDK_DIR) -Wall -fPIC | 32 CFLAGS = $(ARCHFLAGS) -I$(VAMP_SDK_DIR) -Wall -fPIC |
33 CXXFLAGS = $(ARCHFLAGS) -I$(VAMP_SDK_DIR) -Wall -fPIC | 33 CXXFLAGS = $(ARCHFLAGS) -I$(VAMP_SDK_DIR) -Wall -fPIC |
34 PLUGIN_EXT = .so | 34 PLUGIN_EXT = .so |
35 PLUGIN = $(PLUGIN_LIBRARY_NAME)$(PLUGIN_EXT) | 35 PLUGIN = $(PLUGIN_LIBRARY_NAME)$(PLUGIN_EXT) |