faster build after code change.
This commit is contained in:
parent
6b3a7bc0c2
commit
469d134325
@ -23,5 +23,9 @@ rayon = { version = "1.5.3", optional = true }
|
||||
stm32-data-serde = { version = "0.1.0", path = "stm32-data-serde" }
|
||||
ref_thread_local = "0.1.1"
|
||||
|
||||
# Optimize for dev experience: shortest "build+run" time after making a small change.
|
||||
[profile.release]
|
||||
debug = true
|
||||
incremental = true
|
||||
panic = 'abort'
|
||||
opt-level = 2
|
Loading…
x
Reference in New Issue
Block a user