Skip to content

Commit b91cdce

Browse files
author
Amanda Butler
authored
Edit build_profiles.md
Fix note formatting, and edit for precise language.
1 parent 3d4f7ba commit b91cdce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tools/CLI/build_profiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Arm Mbed OS 5 defines three collections of toolchain flags used during the build
1818
- Easy to step through code with a debugger.
1919
- Disabled sleep mode.
2020

21-
**NOTE: The debug profile uses optimization flags that may cause unwanted behavior during debugging (eg: out-of-order jumps, optimized-out variables). If this occurs, you can try setting the compiler's optimization setting to the lowest possible (ie: for GCC, change `-Og` to `-O0`). See your toolchain's documentation for more information. **
21+
<span class="notes">**Note:** The debug profile uses optimization flags that may cause unwanted behavior during debugging (such as out-of-order jumps and optimized-out variables). If this occurs, you can set the compiler to the lowest possible optimization setting (for example, change `-Og` to `-O0` for GCC). See your toolchain's documentation for more information.</span>
2222

2323
## Release
2424

0 commit comments

Comments
 (0)