mbed-os/tools/profiles
Kevin Bracey 3caa480b04 GCC: remove `-fno-builtin` option
Since the year dot GCC has been passed the `-fno-builtin` option, which
eliminates all compiler knowledge of the C library, even down to basic
stuff like `memcpy` or `memset`, potentially inhibiting quite a lot of
optimisations.

Remove the option to re-enable the optimisations.

There is no record in the source as to why the option is present - maybe
we'll find out by trying to remove it. If necessary, it could be
selectively turned back on for particular functions.
2019-04-05 12:40:58 +03:00
..
debug.json GCC: remove `-fno-builtin` option 2019-04-05 12:40:58 +03:00
develop.json GCC: remove `-fno-builtin` option 2019-04-05 12:40:58 +03:00
release.json GCC: remove `-fno-builtin` option 2019-04-05 12:40:58 +03:00