diff --git a/Cargo.toml b/Cargo.toml index a2dfb3e3e..5178b9fb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,6 +57,13 @@ codegen-units = 1 panic = "abort" lto = true +[profile.antithesis] +inherits = "release" +debug = true +codegen-units = 1 +panic = "abort" +lto = true + [profile.bench-profile] inherits = "release" debug = true