Browse Source

btphystest: increase heap memory for emscripten builds.

undefined
Sam Hocevar 11 years ago
parent
commit
1c42570a28
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      test/Makefile.am

+ 3
- 1
test/Makefile.am View File

@@ -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 \


Loading…
Cancel
Save