diff --git a/v2/Cargo.toml b/v2/Cargo.toml index 1e27c72..8d319dc 100644 --- a/v2/Cargo.toml +++ b/v2/Cargo.toml @@ -17,6 +17,11 @@ path = "src/main.rs" [workspace] members = ["bench"] +[profile.release] +lto = "thin" +panic = "abort" +codegen-units = 1 + [profile.bench] lto = "thin"