Merge pull request #4 from zamazan4ik/patch-1

feat: enable LTO and codegen-units = 1 optimizations
This commit is contained in:
Gokul
2025-03-31 23:36:21 +05:30
committed by GitHub

View File

@@ -28,3 +28,7 @@ dirs = "5.0"
thiserror = "1.0"
log = "0.4"
which = "4.4"
[profile.release]
codegen-units = 1
lto = true