4 lines
211 B
TOML
4 lines
211 B
TOML
[target.x86_64-unknown-linux-gnu]
|
|
linker = "clang"
|
|
rustflags = ["-C", "link-arg=-fuse-ld=/usr/local/bin/mold", "-C", "target-cpu=native"]
|
|
# rustflags = ["-C", "link-arg=-fuse-ld=lld", "-C", "target-cpu=native"]
|