diff constant-q-cpp/Makefile @ 20:c40d66bf4ba9

Memory sizes multiples of 16
author Chris Cannam
date Thu, 30 Mar 2017 16:30:04 +0100
parents 87fc2ac1a25a
children 5383956f326d
line wrap: on
line diff
--- a/constant-q-cpp/Makefile	Fri Mar 24 16:15:38 2017 +0000
+++ b/constant-q-cpp/Makefile	Thu Mar 30 16:30:04 2017 +0100
@@ -38,7 +38,7 @@
 PLUGIN_SOURCES		:= $(addprefix $(PLUGIN_SRC_DIR)/,$(SOURCE_FILES))
 PLUGIN_C_SOURCES 	:= $(addprefix $(PLUGIN_SRC_DIR)/,$(KFFT_FILES))
 
-EMFLAGS		:= -s TOTAL_MEMORY=100000000
+EMFLAGS		:= -s TOTAL_MEMORY=134217728
 
 DEFINES		:= -Dkiss_fft_scalar=double