Skip to content

Commit

Permalink
Update to C17 with GNU extensions
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gallagher <[email protected]>
  • Loading branch information
sgallagher committed Dec 11, 2024
1 parent aece5c4 commit f6121a4
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 @@ -32,7 +32,7 @@ project(
'sscg',
'c',
version : '3.0.90',
default_options : ['buildtype=debugoptimized', 'c_std=gnu99', 'warning_level=1', 'b_asneeded=true'],
default_options : ['buildtype=debugoptimized', 'c_std=gnu17', 'warning_level=1', 'b_asneeded=true'],
license : 'GPL-3.0-or-later WITH OpenSSL-exception',
meson_version : '>=0.44.0'
)
Expand Down

0 comments on commit f6121a4

Please sign in to comment.