Skip to content

Commit 9fc747a

Browse files
committed
Switch to release mode.
It doesn't fit in the flash without the optimisations enabled.
1 parent 0696952 commit 9fc747a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
- name: Install flip-link
1616
run: cd / && cargo install flip-link
1717
- name: Build
18-
run: cargo build --verbose --target=thumbv6m-none-eabi
18+
run: cargo build --release --verbose --target=thumbv6m-none-eabi

0 commit comments

Comments
 (0)