Skip to content

Commit 3673638

Browse files
committed
Configure release for smaller size
1 parent 5b67ff8 commit 3673638

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ edition = '2018'
88
ruduino = { git = "https://github.com/avr-rust/ruduino", branch = "master" }
99

1010
[profile.release]
11+
opt-level = 'z'
1112
lto = true
13+
strip = true

0 commit comments

Comments
 (0)