mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-04-15 08:08:26 +02: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
|
# Global Settings
|
||||||
env:
|
env:
|
||||||
PANDEMONIUM_BASE_BRANCH: master
|
PANDEMONIUM_BASE_BRANCH: master
|
||||||
#warnings=all
|
#werror=yes
|
||||||
SCONSFLAGS: verbose=yes debug_symbols=no werror=yes
|
SCONSFLAGS: verbose=yes warnings=all debug_symbols=no
|
||||||
EM_VERSION: 3.1.18
|
EM_VERSION: 3.1.18
|
||||||
EM_CACHE_FOLDER: "emsdk-cache"
|
EM_CACHE_FOLDER: "emsdk-cache"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user