You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
[HTML5] Make threads build the default.
Non-threads build are broken anyway.
This commit is contained in:
@@ -38,7 +38,7 @@ def get_opts():
|
|||||||
BoolVariable("use_safe_heap", "Use Emscripten SAFE_HEAP sanitizer", False),
|
BoolVariable("use_safe_heap", "Use Emscripten SAFE_HEAP sanitizer", False),
|
||||||
# eval() can be a security concern, so it can be disabled.
|
# eval() can be a security concern, so it can be disabled.
|
||||||
BoolVariable("javascript_eval", "Enable JavaScript eval interface", True),
|
BoolVariable("javascript_eval", "Enable JavaScript eval interface", True),
|
||||||
BoolVariable("threads_enabled", "Enable WebAssembly Threads support (limited browser support)", False),
|
BoolVariable("threads_enabled", "Enable WebAssembly Threads support (limited browser support)", True),
|
||||||
BoolVariable("gdnative_enabled", "Enable WebAssembly GDNative support (produces bigger binaries)", False),
|
BoolVariable("gdnative_enabled", "Enable WebAssembly GDNative support (produces bigger binaries)", False),
|
||||||
BoolVariable("use_closure_compiler", "Use closure compiler to minimize JavaScript code", False),
|
BoolVariable("use_closure_compiler", "Use closure compiler to minimize JavaScript code", False),
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user