mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-20 03:53:49 +01:00
This flag disables all builtin functions provided by the compiler as well as disabling all optimizations and error checking related to standard C library functions. If you're using a C library which conforms to the ANSI C standard, you want to leave these compiler features enabled. Signed-off-by: Keith Packard <keithp@keithp.com>