changeset 46:1eaadd83627b

Update for fixedlag build
author Chris Cannam <c.cannam@qmul.ac.uk>
date Fri, 24 Mar 2017 16:15:38 +0000
parents 916d856b698c
children 1c1bad814d02
files pyin/Makefile
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/pyin/Makefile	Thu Mar 23 14:03:38 2017 +0000
+++ b/pyin/Makefile	Fri Mar 24 16:15:38 2017 +0000
@@ -12,7 +12,6 @@
 		Yin.cpp \
 		YinUtil.cpp \
 		MonoNote.cpp \
-		MonoPitch.cpp \
 		MonoNoteParameters.cpp \
 		SparseHMM.cpp \
 		MonoNoteHMM.cpp \
@@ -25,6 +24,6 @@
 		-I../../DEPENDENCIES/generic/include \
 		-I../../vamp-build-and-test/DEPENDENCIES/generic/include
 
-EMFLAGS		:= -s ALLOW_MEMORY_GROWTH=1
+EMFLAGS		:= -s TOTAL_MEMORY=268435456
 
 include $(PIPER_VAMP_JS_DIR)/Makefile.inc