chore: enable LTO for release builds

This commit is contained in:
2024-12-11 18:40:29 -08:00
parent 11b29a4d57
commit cd8900d936

View File

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