mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-30 12:07:46 +00:00
perf: enable lto
- This cuts the binary size by 40%, and makes runtime 2 seconds faster
This commit is contained in:
parent
844a720c50
commit
e489195b02
2 changed files with 7 additions and 4 deletions
|
@ -1,2 +1,5 @@
|
|||
[profile.release]
|
||||
lto = true
|
||||
|
||||
[workspace]
|
||||
members = ["src/*"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue