Mercurial > hg > piper-vamp-js-builds
diff constant-q-cpp/Makefile @ 47:1c1bad814d02
Memory sizes multiples of 16
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 30 Mar 2017 16:30:04 +0100 |
parents | 36f67ba6f29c |
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