Skip to content

Commit

Permalink
BLD: upgrade from C99 to C17
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Jun 27, 2024
1 parent c911bbb commit 31f4753
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 @@ -7,7 +7,7 @@ project(
default_options: [
'buildtype=debugoptimized',
'b_ndebug=if-release',
'c_std=c99',
'c_std=c17',
],
)

Expand Down

0 comments on commit 31f4753

Please sign in to comment.