We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104c2b9 commit bacdc11Copy full SHA for bacdc11
Cargo.toml
@@ -9,4 +9,4 @@ members = [
9
[profile.release]
10
codegen-units = 1 # better optimizations
11
debug = true # symbols are nice and they don't increase the size on Flash
12
-lto = true # better optimizations
+lto = true # better optimizations
freertos-cargo-build/Cargo.toml
@@ -15,6 +15,3 @@ repository = "https://github.com/lobaro/FreeRTOS-rust"
15
[dependencies]
16
cc = "1.0.52"
17
walkdir = "2.3.1"
18
-
19
20
0 commit comments