mbed-os/tools/export/kds
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
..
__init__.py Filter libraries by extension in exporters 2018-07-16 14:11:09 -05:00
hexiwear_cproject.tmpl GCC: remove `-fno-builtin` option 2019-04-05 12:40:58 +03:00
hexiwear_project.tmpl Move KDS to its own directory 2017-01-17 12:39:11 -06:00
k22f_cproject.tmpl GCC: remove `-fno-builtin` option 2019-04-05 12:40:58 +03:00
k22f_project.tmpl Move KDS to its own directory 2017-01-17 12:39:11 -06:00
k64f_cproject.tmpl GCC: remove `-fno-builtin` option 2019-04-05 12:40:58 +03:00
k64f_project.tmpl Move KDS to its own directory 2017-01-17 12:39:11 -06:00
launch.tmpl Move KDS to its own directory 2017-01-17 12:39:11 -06:00