Ver código fonte

btphystest: increase heap memory for emscripten builds.

undefined
Sam Hocevar 12 anos atrás
pai
commit
1c42570a28
1 arquivos alterados com 3 adições e 1 exclusões
  1. +3
    -1
      test/Makefile.am

+ 3
- 1
test/Makefile.am Ver arquivo

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


Carregando…
Cancelar
Salvar