Skip to content

Commit 3d4f7ba

Browse files
authored
Removed unnecessary "the" from note
1 parent ef8b2f4 commit 3d4f7ba

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 the 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+
**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. **
2222

2323
## Release
2424

0 commit comments

Comments
 (0)