9 lines
197 B
TOML
9 lines
197 B
TOML
|
[target.x86_64-unknown-linux-gnu]
|
||
|
rustflags = [
|
||
|
# (Nightly) Make the current crate share its generic instantiations
|
||
|
"-Zshare-generics=y",
|
||
|
"-C",
|
||
|
"link-arg=-fuse-ld=mold",
|
||
|
]
|
||
|
linker = "clang"
|