diff --git a/codex-rs/Cargo.toml b/codex-rs/Cargo.toml index 0b939c9ac..3b6a95ae2 100644 --- a/codex-rs/Cargo.toml +++ b/codex-rs/Cargo.toml @@ -513,8 +513,8 @@ split-debuginfo = "off" # sidecar symbols and stripped the binaries. strip = false -# See https://github.com/openai/codex/issues/1411 for details. -codegen-units = 1 +# Balance parallel release code generation against binary size. +codegen-units = 4 [profile.profiling] inherits = "release"