generated from Patagia/template-nix
Compare commits
1 commit
cb9d8b4bf0
...
d1e1baf15a
Author | SHA1 | Date | |
---|---|---|---|
d1e1baf15a |
1 changed files with 10 additions and 0 deletions
10
.cargo/config.toml
Normal file
10
.cargo/config.toml
Normal file
|
@ -0,0 +1,10 @@
|
|||
[alias]
|
||||
xtask = "run --package xtask --quiet --"
|
||||
|
||||
[profile.dev]
|
||||
debug = 0
|
||||
strip = "debuginfo"
|
||||
|
||||
[target.x86_64-unknown-linux-gnu]
|
||||
linker = "clang"
|
||||
rustflags = ["-C", "link-arg=-fuse-ld=mold", "-C", "target-cpu=native"]
|
Loading…
Add table
Add a link
Reference in a new issue