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 d048ff9 commit a8e4afdCopy full SHA for a8e4afd
Cargo.toml
@@ -149,7 +149,8 @@ defmt-error = ["defmt"]
149
# cargo build/run
150
[profile.dev]
151
debug = 2
152
-lto = true
+# Disabled until https://github.com/knurling-rs/defmt/issues/649 is fixed
153
+# lto = true
154
155
# cargo test
156
[profile.test]
@@ -159,7 +160,8 @@ opt-level = 3 # <-
159
160
# cargo build/run --release
161
[profile.release]
162
163
164
165
opt-level = "s"
166
167
# cargo test --release
0 commit comments