Skip to content

Commit 9024a24

Browse files
committed
Optimize compilation settings for reducing size
1 parent 14c9486 commit 9024a24

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[profile.release]
2+
opt-level = 2
3+
lto = true
4+
15
[workspace]
26
members = [
37
"program/rust"

0 commit comments

Comments
 (0)