Skip to content

Commit 9f541ec

Browse files
committed
build: update release profile
1 parent 6caf3c4 commit 9f541ec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9+
10+
[profile.release]
11+
strip = "symbols"
12+
lto = "fat"
13+
codegen-units = 1

0 commit comments

Comments
 (0)