Enable thin LTO for release builds

It takes the same time to run and makes the output marginally smaller
This commit is contained in:
2023-11-02 12:32:42 +01:00
parent fda09e0127
commit d7b23edb8c

View File

@ -64,3 +64,6 @@ tui-textarea = "0.3.0"
[dev-dependencies]
pretty_assertions = "1.4.0"
[profile.release]
lto = "thin"