10000 MAINT: specify C17 as C standard in meson.build (#28980) · scikit-learn/scikit-learn@a660d89 · GitHub
[go: up one dir, main page]

Skip to content

Commit a660d89

Browse files
ngoldbaumjeremiedbb
authored andcommitted
MAINT: specify C17 as C standard in meson.build (#28980)
1 parent f53fd43 commit a660d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ project(
66
meson_version: '>= 1.1.0',
77
default_options: [
88
'buildtype=debugoptimized',
9-
'c_std=c99',
9+
'c_std=c17',
1010
'cpp_std=c++14',
1111
],
1212
)

0 commit comments

Comments
 (0)
0