mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Add extra suffix for HTML5 thread builds.
This commit is contained in:
parent
5261e5df85
commit
80b34ccee1
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ def configure(env):
|
|||
env.Append(LINKFLAGS=["-s", "USE_PTHREADS=1"])
|
||||
env.Append(LINKFLAGS=["-s", "PTHREAD_POOL_SIZE=4"])
|
||||
env.Append(LINKFLAGS=["-s", "WASM_MEM_MAX=2048MB"])
|
||||
env.extra_suffix = ".threads" + env.extra_suffix
|
||||
else:
|
||||
env.Append(CPPDEFINES=["NO_THREADS"])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue