Skip to content

Commit

Permalink
MAINT: specify C17 as C standard in meson.build
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoldbaum committed May 8, 2024
1 parent e12f192 commit effc67f
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 @@ -6,7 +6,7 @@ project(
meson_version: '>= 1.1.0',
default_options: [
'buildtype=debugoptimized',
'c_std=c99',
'c_std=c17',
'cpp_std=c++14',
],
)
Expand Down

0 comments on commit effc67f

Please sign in to comment.