mirror of
https://github.com/openai/codex.git
synced 2026-09-16 12:13:30 +00:00
fix: build with codegen-units = 1 for profile.release
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user