We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e7ecee commit 1434bb1Copy full SHA for 1434bb1
meson.build
@@ -6,7 +6,7 @@ project(
6
meson_version: '>= 1.1.0',
7
default_options: [
8
'buildtype=debugoptimized',
9
- 'c_std=c17',
+ 'c_std=c11',
10
'cpp_std=c++14',
11
],
12
)
0 commit comments