mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 09:49:21 +08:00
boards/sim: Enable fdcheck and fdsan in kasan config
to improve the ci build coverage Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
c49bf046bd
commit
275db394bc
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ CONFIG_DEBUG_SYMBOLS=y
|
|||
CONFIG_DEV_LOOP=y
|
||||
CONFIG_DEV_ZERO=y
|
||||
CONFIG_EXAMPLES_HELLO=y
|
||||
CONFIG_FDCHECK=y
|
||||
CONFIG_FDSAN=y
|
||||
CONFIG_FS_AIO=y
|
||||
CONFIG_FS_BINFS=y
|
||||
CONFIG_FS_NAMED_SEMAPHORES=y
|
||||
|
|
Loading…
Reference in a new issue