We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d39e2f1 commit 67052e8Copy full SHA for 67052e8
Cargo.toml
@@ -8,3 +8,7 @@ resolver = "2"
8
# - https://github.com/apache/arrow-rs/pull/6260
9
# But a new version hasn't been published to crates.io for this yet. So, we are using this patch temporarily.
10
object_store = { git = "https://github.com/apache/arrow-rs.git", rev = "23b6ff9f432e8e29c08d47a315ba0b7cb8758225" }
11
+
12
+[profile.release]
13
+lto = "thin"
14
+codegen-units = 1
0 commit comments