embeddedartistry / libc

libc targeted for embedded systems usage. Reduced set of functionality (due to embedded nature). Chosen for portability and quick bringup.
MIT License
518 stars 67 forks source link

Make -fno-builtins a build option #127

Closed phillipjohnston closed 1 year ago

phillipjohnston commented 4 years ago

This should be an option rather than enforced by the build system

eriols commented 1 year ago

I think this can be closed as this is now the case (eg BuildOptions.cmake).

phillipjohnston commented 1 year ago

Thanks for pointing this out, also present in the Meson options as well.