Skip to content

Commit eeddc7c

Browse files
committed
Try harder to make the binary smaller.
We ran out of flash space, but only on the GHA build not my local build...
1 parent 115210d commit eeddc7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ required-features = ["native-log"]
3434
lto = true
3535
debug = true
3636
codegen-units = 1
37-
opt-level = "s"
37+
opt-level = "z"
3838
panic = "abort"
3939

4040
[profile.dev]

0 commit comments

Comments
 (0)