1
Fork 0
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:
Kevin Amado 2022-02-21 16:13:12 -05:00
parent 844a720c50
commit e489195b02
2 changed files with 7 additions and 4 deletions

View file

@ -1,2 +1,5 @@
[profile.release]
lto = true
[workspace]
members = ["src/*"]