SAFE_HEAP delay the linking process #16944
Replies: 2 comments
-
if Also, running a system profiler on |
Beta Was this translation helpful? Give feedback.
-
BINARYEN_EXTRA_PASSES doesn't help. |
Beta Was this translation helpful? Give feedback.
-
when I use in SAFE_HEAP it delay the linking process (is take about 2m!)
is there a way to decrease that time?
here is the linker flags to emcc:
-s SAFE_HEAP=2 -s OFFSCREEN_FRAMEBUFFER=1 -s OFFSCREENCANVAS_SUPPORT=1 -s WASM_BIGINT -g --preload-file com.skyline.terraexplorer --bind -s USE_PTHREADS -s ALLOW_MEMORY_GROWTH=1 -s EXPORTED_RUNTIME_METHODS=ccall,cwrap -s EXPORTED_FUNCTIONS=_openFly,_main,_MobileOnSurfaceChanged,_OnLButtonDown,_OnLButtonUp,_OnMouseMove -s PTHREAD_POOL_SIZE=16
Beta Was this translation helpful? Give feedback.
All reactions