We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 859d5ef commit 523a969Copy full SHA for 523a969
meson.build
@@ -4,7 +4,7 @@ project(
4
license: 'MIT',
5
meson_version: '>=0.56',
6
default_options: [
7
- 'c_std=gnu99',
+ 'c_std=c11',
8
# turn off asserts etc. in release mode
9
'b_ndebug=if-release'
10
]
0 commit comments