Skip to content

Commit

Permalink
meson.build: c_std=c99
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Jan 6, 2025
1 parent 0b3e5f6 commit 4a8c309
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ project(
license: 'MIT',
default_options: [
'warning_level=3',
'c_std=c99'
]
)

Expand Down

0 comments on commit 4a8c309

Please sign in to comment.