Sfoglia il codice sorgente

btphystest: increase heap memory for emscripten builds.

undefined
Sam Hocevar 11 anni fa
parent
commit
1c42570a28
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. +3
    -1
      test/Makefile.am

+ 3
- 1
test/Makefile.am Vedi 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 \


Caricamento…
Annulla
Salva