Преглед на файлове

Merge pull request #83837 from adamscott/revert-to-proxy_to_pthread=no-by-default

Revert to `proxy_to_pthread=no` as default
Rémi Verschelde преди 1 година
родител
ревизия
849b4f4793
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      platform/web/detect.py

+ 1 - 1
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,
         ),
     ]