We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47da3d6 commit 6ac7bbeCopy full SHA for 6ac7bbe
Cargo.toml
@@ -12,6 +12,7 @@ codegen-units = 1 # better optimizations
12
debug = true # symbols are nice and they don't increase the size on Flash
13
lto = true # better optimizations
14
panic="abort"
15
+opt-level = "z" # Optimize for size.
16
17
[profile.dev]
18
codegen-units = 1 # better optimizations
0 commit comments