Update release profile settings for better optimization

This commit is contained in:
Vladislav Yaroslavlev 2026-03-24 14:01:49 +03:00
parent 22097f8c7c
commit 4426082c17
No known key found for this signature in database
GPG Key ID: E74236290ADCDDCD
1 changed files with 3 additions and 1 deletions

View File

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