1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Use native only for my target

This commit is contained in:
Mo 2024-01-28 18:29:04 +01:00
parent 29fe5b500e
commit 1005c4c782

View file

@ -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",
] ]