Skip to content

Commit 7556cc2

Browse files
committed
cargo: optimize release profile more.
1 parent e3eebbb commit 7556cc2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,7 @@ wildcard-enum-match-arm = "allow"
7474

7575
[profile.test]
7676
opt-level = 1
77+
78+
[profile.release]
79+
codegen-units = 1
80+
strip = "symbols"

0 commit comments

Comments
 (0)