mbed-os/tools/profiles
Maciej Bocianski 683ba969b5 IAR: Enable inline linker optimizations for develop/release profile
- add --inline option to linker flags
  Some routines are so small that they can fit in the space of the
  instruction that calls the routine. Use this option to make the
  linker replace the call of a routine with the body of the routine,
  where applicable.
2019-11-21 09:05:03 +01:00
..
extensions Changed minimal-printf to call fputc so that it does not bypass the retargetting code 2019-08-29 11:30:34 +01:00
debug.json Debug-profile: Use -Og level for GCC_ARM optimization 2019-07-31 07:51:33 +03:00
develop.json IAR: Enable inline linker optimizations for develop/release profile 2019-11-21 09:05:03 +01:00
release.json IAR: Enable inline linker optimizations for develop/release profile 2019-11-21 09:05:03 +01:00