f8ce59e129
Former-commit-id: 6d7e9b27064974d46a1304942cecb154e83ec387 Former-commit-id: 45599e1d3701183866e710c47a346090c0ba29c8
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"]
|