Kaynağa Gözat

btphystest: increase heap memory for emscripten builds.

undefined
Sam Hocevar 12 yıl önce
ebeveyn
işleme
1c42570a28
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. +3
    -1
      test/Makefile.am

+ 3
- 1
test/Makefile.am Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet