mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-19 17:31:28 +08:00
libm is a frequently used lib. Newlib is compiled with -ffunction-sections in recent GCC tool chains. The linker would just link in the functions that have been referenced. So setting this won't result in bigger text size.