diff options
-rw-r--r-- | platform/web/detect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/web/detect.py b/platform/web/detect.py index 887a9e14b9..b0044a80ff 100644 --- a/platform/web/detect.py +++ b/platform/web/detect.py @@ -44,7 +44,7 @@ def get_opts(): BoolVariable( "proxy_to_pthread", "Use Emscripten PROXY_TO_PTHREAD option to run the main application code to a separate thread", - True, + False, ), ] |