Skip to content

Commit 6986b5f

Browse files
LEON-gittechsa-buc
authored andcommitted
Switch release profile to lto=thin for faster builds
1 parent 0a86ba4 commit 6986b5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codex-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ debug = 0
456456
strip = true
457457

458458
[profile.release]
459-
lto = "fat"
459+
lto = "thin"
460460
split-debuginfo = "off"
461461
# Because we bundle some of these executables with the TypeScript CLI, we
462462
# remove everything to make the binary as small as possible.

0 commit comments

Comments
 (0)