diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/modules/ROOT/pages/faq.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/ROOT/pages/faq.adoc b/docs/modules/ROOT/pages/faq.adoc index 8ac1febc2..0999b6909 100644 --- a/docs/modules/ROOT/pages/faq.adoc +++ b/docs/modules/ROOT/pages/faq.adoc | |||
| @@ -141,7 +141,7 @@ Note that the git revision should match any other embassy patches or git depende | |||
| 141 | * Make sure RCC is set up to go as fast as possible | 141 | * Make sure RCC is set up to go as fast as possible |
| 142 | * Make sure link:https://docs.rs/cortex-m/latest/cortex_m/peripheral/struct.SCB.html[flash cache] is enabled | 142 | * Make sure link:https://docs.rs/cortex-m/latest/cortex_m/peripheral/struct.SCB.html[flash cache] is enabled |
| 143 | * build with `--release` | 143 | * build with `--release` |
| 144 | * Set the following keys for the release profile in your `Cargo.toml``: | 144 | * Set the following keys for the release profile in your `Cargo.toml`: |
| 145 | ** `opt-level=s` | 145 | ** `opt-level=s` |
| 146 | ** `lto=fat` | 146 | ** `lto=fat` |
| 147 | ** `build-std=core` | 147 | ** `build-std=core` |
