Enable memory growth in EMSCRIPTEN builds
This commit is contained in:
parent
928294fc5b
commit
2c2bee1a80
@ -62,6 +62,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL Emscripten)
|
||||
"-sASYNCIFY"
|
||||
"-sUSE_WEBGL2=1"
|
||||
"-sNO_DISABLE_EXCEPTION_CATCHING=1"
|
||||
"-sALLOW_MEMORY_GROWTH=1"
|
||||
"--shell-file" "${CMAKE_SOURCE_DIR}/shell.html"
|
||||
"--preload-file" "${CMAKE_SOURCE_DIR}/assets/@/"
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user