chore: enable LTO for release builds

This commit is contained in:
Keenan Tims 2024-12-11 18:40:29 -08:00
parent 11b29a4d57
commit cd8900d936
Signed by: ktims
GPG Key ID: 11230674D69038D4

View File

@ -12,3 +12,6 @@ itertools = "0.13.0"
rayon = "1.10.0" rayon = "1.10.0"
regex = "1.11.1" regex = "1.11.1"
thread_local = "1.1.8" thread_local = "1.1.8"
[profile.release]
lto = true