mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-02 23:33:05 +00:00
Use native only for my target
This commit is contained in:
parent
29fe5b500e
commit
1005c4c782
1 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
|||
[target.x86_64-unknown-linux-gnu]
|
||||
linker = "clang"
|
||||
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]
|
||||
|
||||
[build]
|
||||
rustflags = [
|
||||
"-C",
|
||||
"link-arg=-fuse-ld=/usr/bin/mold",
|
||||
"-C",
|
||||
"target-cpu=native",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue