try linking with lld

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
Anton-4 2023-09-12 14:33:12 +02:00 committed by GitHub
parent bd8e621091
commit f91054df20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,9 @@ in
src = pkgs.nix-gitignore.gitignoreSource [ ] ./.;
# faster linking with lld
RUSTFLAGS = "-C link-arg=-fuse-ld=lld";
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {