1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-04 19:21:46 +00:00

HTML5: Fix warnings and re-enable werror=yes on CI

Add a missing call to disable warnings on a forked env for freetype's
`sfnt.c`.
This commit is contained in:
Rémi Verschelde
2021-08-06 10:32:02 +02:00
parent 34421683eb
commit c44ebb020d
3 changed files with 3 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ on: [push, pull_request]
# Global Settings
env:
GODOT_BASE_BRANCH: master
SCONSFLAGS: platform=javascript verbose=yes warnings=extra debug_symbols=no --jobs=2
SCONSFLAGS: platform=javascript verbose=yes warnings=extra werror=yes debug_symbols=no --jobs=2
SCONS_CACHE_LIMIT: 4096
EM_VERSION: 2.0.25
EM_CACHE_FOLDER: 'emsdk-cache'