mbed-os/tools/profiles
Kevin Bracey 4caab1cce5 Turn on ARM linker --inline
For release and develop profiles, turn on the linker's `--inline`
optimisation. This can save a couple of hundred bytes in a typical
image.

The optimisation replaces branches to small functions with the
inlined code from those functions. And it's possible that the
out-of-line functions can be eliminated.

Setting confined to release and develop builds only, as it can lead to
invalid debug information.
2020-04-17 13:28:22 +03:00
..
extensions
debug.json
develop.json Turn on ARM linker --inline 2020-04-17 13:28:22 +03:00
release.json Turn on ARM linker --inline 2020-04-17 13:28:22 +03:00