diff --git a/TODO.md b/TODO.md index a0623a3..10f4949 100644 --- a/TODO.md +++ b/TODO.md @@ -1,3 +1,3 @@ -❎ Use [Delta](https://github.com/dandavison/delta) +🗹 Use [Delta](https://github.com/dandavison/delta) ❎ Convert to [Home-Manager](https://github.com/rycee/home-manager) diff --git a/playbooks/roles/rust/files/config b/playbooks/roles/rust/files/config index 473f038..aeedffd 100644 --- a/playbooks/roles/rust/files/config +++ b/playbooks/roles/rust/files/config @@ -4,3 +4,7 @@ git-fetch-with-cli = true [profile.release] lto = true opt-level = 3 + +[target.x86_64-unknown-linux-gnu] +linker = "clang" +rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]