ascendancy/.cargo/config.toml

6 lines
144 B
TOML
Raw Normal View History

2024-07-30 05:04:53 +00:00
[target.x86_64-unknown-linux-gnu]
rustflags = [
# (Nightly) Make the current crate share its generic instantiations
"-Zshare-generics=y",
]