fix: build with codegen-units = 1 for profile.release (#1421)
Great suggestion from @zamazan4ik on https://github.com/openai/codex/issues/1411.
This commit is contained in:
parent
4a341efe92
commit
1b7c8d2569
1 changed files with 3 additions and 0 deletions
|
|
@ -37,3 +37,6 @@ lto = "fat"
|
|||
# Because we bundle some of these executables with the TypeScript CLI, we
|
||||
# remove everything to make the binary as small as possible.
|
||||
strip = "symbols"
|
||||
|
||||
# See https://github.com/openai/codex/issues/1411 for details.
|
||||
codegen-units = 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue