Skip to content

Commit 4903ea9

Browse files
committed
Strip symbols on release to reduce binary size
1 parent f3108be commit 4903ea9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ opt-level = "z"
3333
lto = true
3434
codegen-units = 1
3535
panic = "abort"
36+
strip = true

0 commit comments

Comments
 (0)