4 lines
114 B
TOML
4 lines
114 B
TOML
[target.x86_64-unknown-linux-gnu]
|
|
linker = "clang"
|
|
rustflags = ["-Clink-arg=-fuse-ld=mold", "-Zshare-generics=y"]
|