diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2022-08-29 15:56:28 +0200 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2022-08-30 20:01:19 +0200 |
commit | f958f002832608b294ea4bbc588f4bc7e4ef95d4 (patch) | |
tree | 8fc97acf31dfb278bd3f589cba2d3660dece92ec /.github | |
parent | 4c0f5f751e6a609959489125e730bce730b364bf (diff) |
[Web] Require threads, rtti, allow optimize=speed.
Update export names (web[_dlink]_[release|debug].zip).
The Build with dynamic linking is broken due to high number of imports
in output wasm (likely emscripten regression issue 15487).
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/web_builds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/web_builds.yml b/.github/workflows/web_builds.yml index 8c5b14e314..b3fb87ed7e 100644 --- a/.github/workflows/web_builds.yml +++ b/.github/workflows/web_builds.yml @@ -6,7 +6,7 @@ env: # Only used for the cache key. Increment version to force clean build. GODOT_BASE_BRANCH: master SCONSFLAGS: verbose=yes warnings=extra werror=yes debug_symbols=no - EM_VERSION: 3.1.10 + EM_VERSION: 3.1.20 EM_CACHE_FOLDER: "emsdk-cache" concurrency: |