Merge pull request #83837 from adamscott/revert-to-proxy_to_pthread=no-by-default
Revert to `proxy_to_pthread=no` as default
This commit is contained in:
commit
849b4f4793
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ def get_opts():
|
||||||
BoolVariable(
|
BoolVariable(
|
||||||
"proxy_to_pthread",
|
"proxy_to_pthread",
|
||||||
"Use Emscripten PROXY_TO_PTHREAD option to run the main application code to a separate thread",
|
"Use Emscripten PROXY_TO_PTHREAD option to run the main application code to a separate thread",
|
||||||
True,
|
False,
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue