px4-same70xplained-v1 nsh:Optimize memset for speed

This commit is contained in:
David Sidrane 2017-08-25 09:40:23 -10:00 committed by Daniel Agar
parent a61b7203bf
commit 7a5f58a607
1 changed files with 2 additions and 1 deletions

View File

@ -1007,7 +1007,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