Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1434bb1

Browse filesBrowse files
lestevejeremiedbb
authored andcommitted
MNT Use c11 rather than c17 in meson.build to work-around Pyodide issue (#29015)
1 parent 8e7ecee commit 1434bb1
Copy full SHA for 1434bb1

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎meson.build

Copy file name to clipboardExpand all lines: meson.build
+1-1Lines 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=c17',
9+
'c_std=c11',
1010
'cpp_std=c++14',
1111
],
1212
)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.