Skip to content

Commit 67052e8

Browse files
author
Devdutt Shenoi
committed
perf: thin LTO on release
1 parent d39e2f1 commit 67052e8

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
@@ -8,3 +8,7 @@ resolver = "2"
88
# - https://github.com/apache/arrow-rs/pull/6260
99
# But a new version hasn't been published to crates.io for this yet. So, we are using this patch temporarily.
1010
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

Comments
 (0)