We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67ca0f5 commit 131ad9aCopy full SHA for 131ad9a
1 file changed
crates/uv-ffi/Cargo.toml
@@ -45,3 +45,8 @@ uv-install-wheel = { path = "../uv-install-wheel" }
45
anyhow = "1"
46
dirs = "5"
47
uv-platform-tags = { path = "../uv-platform-tags" }
48
+
49
50
+[profile.release]
51
+codegen-units = 1
52
+lto = false
0 commit comments