mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-21 16:37:20 +01:00
I meant to disable werror=yes.
This commit is contained in:
parent
d1877206a1
commit
3bb2706eb0
4
.github/workflows/javascript_builds.yml
vendored
4
.github/workflows/javascript_builds.yml
vendored
@ -4,8 +4,8 @@ on: [push, pull_request]
|
||||
# Global Settings
|
||||
env:
|
||||
PANDEMONIUM_BASE_BRANCH: master
|
||||
#warnings=all
|
||||
SCONSFLAGS: verbose=yes debug_symbols=no werror=yes
|
||||
#werror=yes
|
||||
SCONSFLAGS: verbose=yes warnings=all debug_symbols=no
|
||||
EM_VERSION: 3.1.18
|
||||
EM_CACHE_FOLDER: "emsdk-cache"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user