7 lines
145 B
TOML
7 lines
145 B
TOML
|
[build]
|
||
|
rustflags = ["-C", "target-cpu=native"]
|
||
|
|
||
|
[target.x86_64-unknown-linux-gnu]
|
||
|
linker = "clang"
|
||
|
rustflags = ["-C", "link-arg=-fuse-ld=mold"]
|