remove "DECORATE" from error string

* print warning count as well
* allow treating warnings as errors
This commit is contained in:
Ricardo Luís Vaz Silva 2024-12-13 16:36:00 -03:00 committed by Rachael Alexanderson
commit b5b3fe1b5e
No known key found for this signature in database
GPG key ID: 26A8ACCE97115EE0
2 changed files with 22 additions and 1 deletions

View file

@ -40,6 +40,7 @@
#include "filesystem.h"
CVAR(Bool, strictdecorate, false, CVAR_GLOBALCONFIG | CVAR_ARCHIVE)
CVAR(Bool, warningstoerrors, false, CVAR_GLOBALCONFIG | CVAR_ARCHIVE)
EXTERN_CVAR(Bool, vm_jit)
EXTERN_CVAR(Bool, vm_jit_aot)