mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-04 23:40:32 +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]
|
[target.x86_64-unknown-linux-gnu]
|
||||||
linker = "clang"
|
linker = "clang"
|
||||||
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]
|
|
||||||
|
|
||||||
[build]
|
|
||||||
rustflags = [
|
rustflags = [
|
||||||
|
"-C",
|
||||||
|
"link-arg=-fuse-ld=/usr/bin/mold",
|
||||||
"-C",
|
"-C",
|
||||||
"target-cpu=native",
|
"target-cpu=native",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue