Skip to content

Commit 3ee76a8

Browse files
committed
Change optimization setting for substrait
1 parent 14f6b0f commit 3ee76a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ datafusion-python-util = { path = "crates/util" }
6767
lto = true
6868
codegen-units = 1
6969

70+
[profile.release.package.substrait]
71+
opt-level = 1
72+
codegen-units = 16
73+
7074
# We cannot publish to crates.io with any patches in the below section. Developers
7175
# must remove any entries in this section before creating a release candidate.
7276
[patch.crates-io]

0 commit comments

Comments
 (0)