more changes and linking

This commit is contained in:
2025-09-13 02:47:53 +02:00
parent 9de85b6e37
commit 4160202cdc
4 changed files with 11 additions and 17 deletions

View File

@@ -24,7 +24,7 @@ debug = false
overflow-checks = true
panic = "abort"
incremental = true
opt-level = "z"
opt-level = 3
[profile.release]
@@ -35,7 +35,7 @@ debug = false
overflow-checks = true
panic = "abort"
incremental = true
opt-level = "z"
opt-level = 3
[package.metadata.espflash]