diff --git a/codex-rs/Cargo.toml b/codex-rs/Cargo.toml index f1673d3bab76..2b92e35e3b36 100644 --- a/codex-rs/Cargo.toml +++ b/codex-rs/Cargo.toml @@ -496,6 +496,12 @@ strip = "symbols" # See https://github.com/openai/codex/issues/1411 for details. codegen-units = 1 +[profile.profiling] +inherits = "release" +debug = "full" +lto = false +strip = false + [profile.ci-test] debug = 1 # Reduce debug symbol size inherits = "test"