10 lines
182 B
Text
10 lines
182 B
Text
[net]
|
|
git-fetch-with-cli = true
|
|
|
|
[profile.release]
|
|
lto = true
|
|
opt-level = 3
|
|
|
|
[target.x86_64-unknown-linux-gnu]
|
|
linker = "clang"
|
|
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]
|