Skip to content

Commit 3a66e32

Browse files
authored
build: update release profile (#344)
1 parent 0f52ce7 commit 3a66e32

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
@@ -20,3 +20,8 @@ dotenv = ["dep:dotenvy"]
2020

2121
[lints.clippy]
2222
pedantic = "warn"
23+
24+
[profile.release]
25+
strip = "symbols"
26+
lto = "fat"
27+
codegen-units = 1

0 commit comments

Comments
 (0)