Update release profile settings for better optimization: merge pull request #574 from vladon/main

Update release profile settings for better optimization
This commit is contained in:
Alexey 2026-03-24 14:10:04 +03:00 committed by GitHub
commit cb877c2bc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -83,4 +83,6 @@ name = "crypto_bench"
harness = false
[profile.release]
lto = "thin"
lto = "fat"
codegen-units = 1