perf: Enable Link-Time Optimization (LTO) (#81)

This commit is contained in:
Alexander Zaitsev 2024-10-30 05:22:46 +01:00 committed by GitHub
parent 4c214b0d65
commit b25a5bf428
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,3 +32,6 @@ serde_json = "1.0.125"
serde_yaml = "0.9.34"
terminal-link = "0.1.0"
yamlpath = "0.11.1"
[profile.release]
lto = true