With these changes, just get-started works for me again on Fedora.
It turns out that it's better to only rely on [target.'cfg(...)'] patterns for rustflags, as if there's a [build] section w/rustflags, it'll ignore the [target] sections entirely.
This PR moves the build profiles and the target compiler settings to the ./.cargo/config.toml file.
With these changes,
just get-started
works for me again on Fedora.It turns out that it's better to only rely on
[target.'cfg(...)']
patterns for rustflags, as if there's a[build]
section w/rustflags, it'll ignore the[target]
sections entirely.This PR moves the build profiles and the target compiler settings to the
./.cargo/config.toml
file.