mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 02:18:38 +08:00
ba64b35806
Mark memset and memcpy as used_code to fix issues with GCC LTO and CMake which throws many "undefined reference to memset" errors. used_code force the compiler to emit the memset symbol under LTO. Signed-off-by: raiden00pl <raiden00@railab.me>