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
In some projects the RUSTFLAGS are ignored and not passed to rustc, at least on the i386 architecture.
Testcase: https://github.com/drahnr/cargo-spellcheck
cargo is called with the RUSTFLAGS environment variable containing "-C target-feature=+sse,+sse2".
Yet this RUSTFLAGS value is not passed to rustc.
Build log on i386.
It shows the build failure because the above RUSTFLAGS wasn't passed to the rustc command line.