Skip to content

Commit 6690071

Browse files
committed
chore: Strip symbols in release mode
Stripping symbols makes the compiled artifacts smaller.
1 parent 383497e commit 6690071

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ panic = "unwind"
101101

102102
[profile.release]
103103
panic = "abort"
104+
strip = true
104105

105106
[profile.dev.package.h263-rs]
106107
opt-level = 3

0 commit comments

Comments
 (0)