浏览代码

btphystest: increase heap memory for emscripten builds.

undefined
Sam Hocevar 12 年前
父节点
当前提交
1c42570a28
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. +3
    -1
      test/Makefile.am

+ 3
- 1
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 \


正在加载...
取消
保存