Use mold if possible, and checkmarks

This commit is contained in:
Anthony Cicchetti 2023-01-21 15:07:55 -05:00
parent 98d5c02eae
commit 38154f61e7
2 changed files with 5 additions and 1 deletions

View file

@ -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) ❎ Convert to [Home-Manager](https://github.com/rycee/home-manager)

View file

@ -4,3 +4,7 @@ git-fetch-with-cli = true
[profile.release] [profile.release]
lto = true lto = true
opt-level = 3 opt-level = 3
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]