mold linker

This commit is contained in:
L-Nafaryus 2024-03-11 15:20:05 +05:00
parent 3ce3f894bc
commit 4e8059314f
Signed by: L-Nafaryus
GPG Key ID: 582F8B0866B294A1
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
[target.x86_64-unknown-linux-gnu] [target.x86_64-unknown-linux-gnu]
#rustflags = ["-C", "link-arg=-fuse-ld=mold"] rustflags = ["-C", "link-arg=-fuse-ld=mold"]

View File

@ -63,7 +63,7 @@
pkgs.postgresql pkgs.postgresql
pkgs.diesel-cli pkgs.diesel-cli
pkgs.cargo-watch pkgs.cargo-watch
pkgs.mold pkgs.mold-wrapped
]; ];
shellHook = '' shellHook = ''