We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83138ef commit 634e32dCopy full SHA for 634e32d
Cargo.toml
@@ -64,8 +64,8 @@ pyo3-build-config = "0.28"
64
datafusion-python-util = { path = "crates/util" }
65
66
[profile.release]
67
-lto = true
68
-codegen-units = 1
+lto = "thin"
+codegen-units = 2
69
70
# We cannot publish to crates.io with any patches in the below section. Developers
71
# must remove any entries in this section before creating a release candidate.
0 commit comments