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 update lto profile including printf wrap functions 2020-03-29 20:55:08 +01:00
debug.json Disable C++ static denstructors in ARMC6 compiler 2020-03-24 15:30:39 +00:00
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