diff --git a/Cargo.toml b/Cargo.toml index 1e06b7a..0054756 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,4 +83,6 @@ name = "crypto_bench" harness = false [profile.release] -lto = "thin" +lto = "fat" +codegen-units = 1 +