From 364a78b270bc11fd3f60b4ac0b28f8de110152e2 Mon Sep 17 00:00:00 2001 From: eric-dinh-antithesis Date: Thu, 24 Apr 2025 12:22:03 -0400 Subject: [PATCH] Cargo.toml: add profile for antithesis builds for full debug --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) 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