4 lines
107 B
TOML
4 lines
107 B
TOML
|
|
[target.'cfg(target_os = "linux")']
|
||
|
|
linker = "clang"
|
||
|
|
rustflags = ["-C", "link-arg=-fuse-ld=/path/to/mold"]
|