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 fe6da47 commit 47e5b09Copy full SHA for 47e5b09
.github/workflows/rust.yml
@@ -121,4 +121,4 @@ jobs:
121
env:
122
RUSTFLAGS: "-C link-arg=-Tlink.x"
123
CARGO_TARGET_THUMBV7M_NONE_EABI_RUNNER: "qemu-system-arm -cpu cortex-m3 -machine mps2-an385 -nographic -semihosting-config enable=on,target=native -kernel"
124
- run: cd embedded && cargo run --target thumbv7m-none-eabi
+ run: cd embedded && cargo run --target thumbv7m-none-eabi --release
embedded/Cargo.toml
@@ -25,3 +25,4 @@ bench = false
25
codegen-units = 1 # better optimizations
26
debug = true # symbols are nice and they don't increase the size on Flash
27
lto = true # better optimizations
28
+opt-level = "z"
0 commit comments