px4fmu-v5 nsh:Optimize memset for speed

This commit is contained in:
David Sidrane 2017-08-23 16:46:42 -10:00 committed by Daniel Agar
parent e4f47d4faa
commit c71e01bd44

View File

@ -1149,7 +1149,8 @@ CONFIG_LIBC_STRERROR=y
#
# memcpy/memset Options
#
# CONFIG_MEMSET_OPTSPEED is not set
CONFIG_MEMSET_OPTSPEED=y
CONFIG_MEMSET_64BIT=y
# CONFIG_LIBC_DLLFCN is not set
# CONFIG_LIBC_MODLIB is not set
# CONFIG_LIBC_WCHAR is not set