Skip to content

Commit 733bf10

Browse files
committed
feat: optimize release profile
1 parent 2e47209 commit 733bf10

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

client-rs/Cargo.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,13 @@ futures-channel = "0.3.31"
1111
clap = "4.5.29"
1212
native-tls = "0.2.13"
1313
url = "2.5.4"
14+
15+
[profile.release]
16+
opt-level = 3
17+
lto = "fat"
18+
codegen-units = 1
19+
incremental = false
20+
panic = "unwind"
21+
strip = "symbols"
22+
debug-assertions = false
23+
overflow-checks = false

0 commit comments

Comments
 (0)