Use mold if possible, and checkmarks
This commit is contained in:
parent
98d5c02eae
commit
38154f61e7
2 changed files with 5 additions and 1 deletions
2
TODO.md
2
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)
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue