10 lines
151 B
TOML
10 lines
151 B
TOML
[target.x86_64-unknown-linux-gnu]
|
|
linker = "clang"
|
|
rustflags = [
|
|
"-Clink-arg=-fuse-ld=mold",
|
|
|
|
# Nightly
|
|
"-Zshare-generics=y",
|
|
"-Zthreads=0",
|
|
]
|