Skip to content

Commit 634e32d

Browse files
committed
modify profile.release
1 parent 83138ef commit 634e32d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ pyo3-build-config = "0.28"
6464
datafusion-python-util = { path = "crates/util" }
6565

6666
[profile.release]
67-
lto = true
68-
codegen-units = 1
67+
lto = "thin"
68+
codegen-units = 2
6969

7070
# We cannot publish to crates.io with any patches in the below section. Developers
7171
# must remove any entries in this section before creating a release candidate.

0 commit comments

Comments
 (0)