Skip to content

Commit 131ad9a

Browse files
committed
ci: use lower memory build settings in toml so piwheels can publish
Modified: • crates/uv-ffi/Cargo.toml (+5/-0 lines) [gitship-generated]
1 parent 67ca0f5 commit 131ad9a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

crates/uv-ffi/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,8 @@ uv-install-wheel = { path = "../uv-install-wheel" }
4545
anyhow = "1"
4646
dirs = "5"
4747
uv-platform-tags = { path = "../uv-platform-tags" }
48+
49+
50+
[profile.release]
51+
codegen-units = 1
52+
lto = false

0 commit comments

Comments
 (0)