masayuki2009 commented on PR #9297:
URL: https://github.com/apache/nuttx/pull/9297#issuecomment-1599811267
@CV-Bowen
I found the root cause of the issue, my build script removed
CONFIG_DEBUG_INFO=y automatically for the test which caused a performance
penalty. I'm still not sure why this caused the issue but I think we should
remove the following.
```
--- a/boards/arm64/qemu/qemu-armv8a/configs/netnsh/defconfig
+++ b/boards/arm64/qemu/qemu-armv8a/configs/netnsh/defconfig
@@ -16,16 +16,8 @@ CONFIG_ARCH_CHIP_QEMU_A53=y
CONFIG_ARCH_INTERRUPTSTACK=4096
CONFIG_BUILTIN=y
CONFIG_CODECS_HASH_MD5=y
-CONFIG_DEBUG_ASSERTIONS=y
-CONFIG_DEBUG_ERROR=y
-CONFIG_DEBUG_FEATURES=y
CONFIG_DEBUG_FULLOPT=y
-CONFIG_DEBUG_INFO=y
CONFIG_DEBUG_SYMBOLS=y
-CONFIG_DEBUG_VIRTIO=y
-CONFIG_DEBUG_VIRTIO_ERROR=y
-CONFIG_DEBUG_VIRTIO_WARN=y
-CONFIG_DEBUG_WARN=y
CONFIG_DEFAULT_TASK_STACKSIZE=8192
CONFIG_DEV_SIMPLE_ADDRENV=y
CONFIG_DEV_ZERO=y
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]