mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-15 20:46:47 +08:00

The strlen function called by kasantest will be optimized by the compiler, and the strlen function implemented in NX will not be called. Adding -fno-builtin can solve the problem. Signed-off-by: wangmingrong1 <wangmingrong1@xiaomi.com>