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
fix: scope rustflags to target triple to avoid SIGILL in build scripts (#91)
The previous fix (#90) switched from RUSTFLAGS to build.rustflags, but
build.rustflags still applies to build scripts. Use target-scoped
rustflags (target.'<triple>'.rustflags) so CPU flags only affect crate
compilation, leaving host build scripts unaffected.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments