summaryrefslogtreecommitdiffstats
path: root/Tools/wasm/config.site-wasm32-wasi
diff options
context:
space:
mode:
authorKushal Das <mail@kushaldas.in>2023-01-18 18:43:49 (GMT)
committerGitHub <noreply@github.com>2023-01-18 18:43:49 (GMT)
commit75c8133efec035ec1083ebd8e7d43ef340c2e581 (patch)
tree18352cf36b167d56b5dc637c69abdc49e91e410f /Tools/wasm/config.site-wasm32-wasi
parent1f0d0a432cf431882b432eeba8315f84f818da6b (diff)
downloadcpython-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 'Tools/wasm/config.site-wasm32-wasi')
-rw-r--r--Tools/wasm/config.site-wasm32-wasi3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/wasm/config.site-wasm32-wasi b/Tools/wasm/config.site-wasm32-wasi
index 4b8df22..5e98775 100644
--- a/Tools/wasm/config.site-wasm32-wasi
+++ b/Tools/wasm/config.site-wasm32-wasi
@@ -37,3 +37,6 @@ ac_cv_header_netpacket_packet_h=no
# disable accept for WASM runtimes without sock_accept
#ac_cv_func_accept=no
#ac_cv_func_accept4=no
+
+# Disable int-conversion for wask-sdk as it triggers an error from version 17.
+ac_cv_disable_int_conversion=yes