Skip to content

Commit

Permalink
Build samd11_bare examples with optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeaurivage committed Oct 16, 2024
1 parent 727daaf commit f83b721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"samd11_bare": {
"tier": 1,
"build": "cargo build --examples --all-features",
"build": "cargo build --profile dev-optimized --examples --all-features",
"target": "thumbv6m-none-eabi"
},
"arduino_mkr1000": {
Expand Down

0 comments on commit f83b721

Please sign in to comment.