Rust: Remove -Zlink-native-libs=no and bigint flags#5340
Rust: Remove -Zlink-native-libs=no and bigint flags#5340hoodmane merged 10 commits intopyodide:mainfrom
Conversation
After updating the rust nightly, we don't need this anymore.
ryanking13
left a comment
There was a problem hiding this comment.
Thanks! Probably we can add rust_flags to OVERRIDABLE_BUILD_KEYS, so we can set it in pyproject.toml not in Makefile.envs.
|
I do kind of like the way that |
|
I wonder if it would make sense to keep |
Hmm, maybe in this case, putting the values in Makefile.envs makes sense, as it should affect all packages that build against the new Pyodide versions, which will use wasm-eh. Okay, then I am +1 with this PR. |
|
Hitting |
for more information, see https://pre-commit.ci
We don't need these anymore. link_native_libs=no was fixed by:
rust-lang/libc#4002
and wasm_bigint was fixed by:
rust-lang/rust#131736