mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 19:37:54 +03:00
nix: Optimize for CPU.
This commit is contained in:
parent
7c99ff58fd
commit
d5db892902
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ pkgs.mkShell {
|
||||||
lld_10
|
lld_10
|
||||||
# pkgconfig
|
# pkgconfig
|
||||||
];
|
];
|
||||||
RUSTFLAGS = "-C link-arg=-fuse-ld=lld";
|
RUSTFLAGS = "-C link-arg=-fuse-ld=lld -C target-cpu=native";
|
||||||
RUST_BACKTRACE = "1";
|
RUST_BACKTRACE = "1";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue