We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f6b0f commit 3ee76a8Copy full SHA for 3ee76a8
Cargo.toml
@@ -67,6 +67,10 @@ datafusion-python-util = { path = "crates/util" }
67
lto = true
68
codegen-units = 1
69
70
+[profile.release.package.substrait]
71
+opt-level = 1
72
+codegen-units = 16
73
+
74
# We cannot publish to crates.io with any patches in the below section. Developers
75
# must remove any entries in this section before creating a release candidate.
76
[patch.crates-io]
0 commit comments