Skip to content

Commit

Permalink
meson.build: switch back to c11 for _Static_assert
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottox committed Aug 1, 2023
1 parent 57d8de3 commit 75f72a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project(
'libsqsh',
['c'],
default_options: [
'c_std=c99',
'c_std=c11',
'optimization=0',
'warning_level=3',
],
Expand Down

0 comments on commit 75f72a8

Please sign in to comment.