From 1c42570a287a47833c7e8ffafc7f55b2c76a8be5 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Mon, 9 Sep 2013 16:31:24 +0000 Subject: [PATCH] btphystest: increase heap memory for emscripten builds. --- test/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index 721449c2..45795d1b 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -45,7 +45,9 @@ btphystest_CPPFLAGS = $(AM_CPPFLAGS) -I$(top_srcdir)/src/bullet \ btphystest_DEPENDENCIES = @LOL_DEPS@ btphystest_LDFLAGS = $(AM_LDFLAGS) if USE_EMSCRIPTEN -btphystest_LDFLAGS += --preload-file data +btphystest_LDFLAGS += \ + --preload-file data/CatsSheet.png \ + -s TOTAL_MEMORY=$(shell expr 32 '*' 1024 '*' 1024) endif meshviewer_SOURCES = meshviewer.cpp \