Skip to content

Commit

Permalink
Better compiler compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane authored Aug 28, 2024
1 parent cff3a55 commit cdcf84f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ env = Environment(
"-Werror",
"-Wshadow",
"-Wno-vla-cxx-extension",
"-Wno-unknown-warning-option",
] + ccflags,
LDFLAGS=ldflags,
LINKFLAGS=ldflags,
Expand Down

0 comments on commit cdcf84f

Please sign in to comment.