Better compiler compatibility

This commit is contained in:
Shane Smiskol 2024-08-27 20:10:33 -07:00 committed by GitHub
parent cff3a551f2
commit cdcf84f44a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ env = Environment(
"-Werror",
"-Wshadow",
"-Wno-vla-cxx-extension",
"-Wno-unknown-warning-option",
] + ccflags,
LDFLAGS=ldflags,
LINKFLAGS=ldflags,