Cargo.toml: add profile for antithesis builds for full debug

This commit is contained in:
eric-dinh-antithesis
2025-04-24 12:22:03 -04:00
parent f993a22023
commit 364a78b270

View File

@@ -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