nuttx-apps/testing/mm/kasantest
wangmingrong1 3f823f9f25 kasantest: -fno-builtin is enabled by default
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>
2025-07-18 22:42:25 +08:00
..
CMakeLists.txt kasantest: -fno-builtin is enabled by default 2025-07-18 22:42:25 +08:00
kasantest.c apps/testing:merge case folder to the new mm folder 2025-01-23 18:19:06 +08:00
Kconfig apps/testing:merge case folder to the new mm folder 2025-01-23 18:19:06 +08:00
Make.defs apps/testing:merge case folder to the new mm folder 2025-01-23 18:19:06 +08:00
Makefile kasantest: -fno-builtin is enabled by default 2025-07-18 22:42:25 +08:00