diff options
author | Kushal Das <mail@kushaldas.in> | 2023-01-18 18:43:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-18 18:43:49 (GMT) |
commit | 75c8133efec035ec1083ebd8e7d43ef340c2e581 (patch) | |
tree | 18352cf36b167d56b5dc637c69abdc49e91e410f /Misc | |
parent | 1f0d0a432cf431882b432eeba8315f84f818da6b (diff) | |
download | cpython-75c8133efec035ec1083ebd8e7d43ef340c2e581.zip cpython-75c8133efec035ec1083ebd8e7d43ef340c2e581.tar.gz cpython-75c8133efec035ec1083ebd8e7d43ef340c2e581.tar.bz2 |
gh-100340: Allows -Wno-int-conversion for wasm (#100341)
Fixes #100340 allows -Wno-int-conversion for wasm
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2023-01-17-21-32-51.gh-issue-100340.i9zRGM.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2023-01-17-21-32-51.gh-issue-100340.i9zRGM.rst b/Misc/NEWS.d/next/Build/2023-01-17-21-32-51.gh-issue-100340.i9zRGM.rst new file mode 100644 index 0000000..3a37f79 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2023-01-17-21-32-51.gh-issue-100340.i9zRGM.rst @@ -0,0 +1,2 @@ +Allows -Wno-int-conversion for wasm-sdk 17 and onwards, thus enables +building WASI builds once against the latest sdk. |