Skip to content

Commit

Permalink
typo corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
rokath authored Apr 28, 2024
1 parent ace9785 commit 502ae86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/TriceConfigProjectImageSizeOptimization.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ When having lots of program memory simply let all values be `1`. With specific l

## 4. <a name='LinkerOption--split-sectionsifsupported'></a>Linker Option `--split-sections` (if supported)

* In ARM-MDK uVision `Project -> Options -> C/C++ -> "One EFL section for each function"` allows good optimization and getting rid of unused code without additional linker optimization. This leeds to a faster build process and is fine for most cases. It allows excluding unused functions.
* In ARM-MDK uVision `Project -> Options -> C/C++ -> "One EFL section for each function"` allows good optimization and getting rid of unused code without additional linker optimization. This leads to a faster build process and is fine for most cases. It allows excluding unused functions.

## 5. <a name='LinkerOptimization-fltoifsupported'></a>Linker Optimization `-flto` (if supported)

Expand Down

0 comments on commit 502ae86

Please sign in to comment.