changeset 14:5ff45be86e53

This flag no longer needed
author Chris Cannam
date Sat, 12 Nov 2016 09:58:59 +0000
parents d81d02140d43
children 87fc2ac1a25a
files match-vamp-plugin/Makefile silvet/Makefile
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/match-vamp-plugin/Makefile	Fri Nov 11 17:37:38 2016 +0000
+++ b/match-vamp-plugin/Makefile	Sat Nov 12 09:58:59 2016 +0000
@@ -9,6 +9,7 @@
 
 INCLUDES	:= -I$(PLUGIN_SRC_DIR)
 DEFINES		:= -DUSE_COMPACT_TYPES
+OPTFLAGS	:= -O3 -ffast-math
 EMFLAGS		:= -s TOTAL_MEMORY=100000000
 
 include $(PIPER_VAMP_JS_DIR)/Makefile.inc
--- a/silvet/Makefile	Fri Nov 11 17:37:38 2016 +0000
+++ b/silvet/Makefile	Sat Nov 12 09:58:59 2016 +0000
@@ -14,7 +14,7 @@
 
 INCLUDES	:= -I$(SRC_DIR) -I$(CQ_DIR) -I$(CQ_DIR)/cq -I$(KFFT_DIR) -I$(KFFT_DIR)/tools -I$(SILVET_DIR) -I$(FD_DIR) -I$(BQVEC_DIR)
 
-EMFLAGS		:= -s TOTAL_MEMORY=100000000 -s NO_FILESYSTEM=0
+EMFLAGS		:= -s TOTAL_MEMORY=100000000
 
 DEFINES		:= -Dkiss_fft_scalar=double