Skip to content

Commit 5eb8d11

Browse files
committed
Change optimization level to improve binary size
1 parent 77921fb commit 5eb8d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ lto = true
1818
codegen-units = 1
1919
panic = "abort"
2020
strip = true
21-
opt-level = "z"
21+
opt-level = "s"

0 commit comments

Comments
 (0)