diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/libc/newlib.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/libc/newlib.in b/config/libc/newlib.in index 7bba2293..9b01fa15 100644 --- a/config/libc/newlib.in +++ b/config/libc/newlib.in @@ -113,6 +113,7 @@ config LIBC_NEWLIB_ATEXIT_DYNAMIC_ALLOC config LIBC_NEWLIB_GLOBAL_ATEXIT bool prompt "Enable atexit data structure as global variable" + default y help Enable atexit data structure as global variable. By doing so it is move out of _reent structure, and can be garbage collected if atexit |