You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently use the `cc::Build::flag_if_supported` function to pass in
`-Wno-unused-function` however when building for wasm the flag is
ignored.
Using plain old `flag` seems to work, found by trial and error, I did no
further investigation as to why it works and the other does not.
Resolves: rust-bitcoin#434
See: https://github.com/rust-bitcoin/rust-secp256k1/runs/5791848743?check_suite_focus=true#step:5:589
When compiling with WASM, for some reason
-Wno-unused-function
is ignored (not supported???)The text was updated successfully, but these errors were encountered: