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 \