I'm facing weird situations with a riscv32imac target, so I ended up needing this feature.
Basically, by activating the force-polyfill feature, the build.rs script skips all the target checking and just uses all the atomic emulations provided by atomic-polyfill.
I'm facing weird situations with a riscv32imac target, so I ended up needing this feature. Basically, by activating the
force-polyfill
feature, thebuild.rs
script skips all the target checking and just uses all the atomic emulations provided byatomic-polyfill
.Hope you find it helpful!