blob: fa4f7cfb87d8c413b83d33bff9140b128d9fd1c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
usage
=====
for GCC and clang:
'-fuse-ld=mold'
for rust:
[target.x86_64-unknown-linux-musl]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/path/to/mold"]
source: https://github.com/rui314/mold
|