This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 3e5d558f4c71cbd7debd41b5bbfad5b156b4e542
Author: p-szafonimateusz <p-szafonimate...@xiaomi.com>
AuthorDate: Wed Feb 7 15:19:57 2024 +0100

    qemu-intel64/ostest: enable DEBUG_FULLOPT
    
    DEBUG_FULLOPT enables many x86 related optimizations which can
    be broken in many ways (eg. not aligned stack).
    With this change it's easier to catch changes that breaks x86_64.
    
    Signed-off-by: p-szafonimateusz <p-szafonimate...@xiaomi.com>
---
 boards/x86_64/intel64/qemu-intel64/configs/ostest/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boards/x86_64/intel64/qemu-intel64/configs/ostest/defconfig 
b/boards/x86_64/intel64/qemu-intel64/configs/ostest/defconfig
index dcd95a1fe8..8e89eacf86 100644
--- a/boards/x86_64/intel64/qemu-intel64/configs/ostest/defconfig
+++ b/boards/x86_64/intel64/qemu-intel64/configs/ostest/defconfig
@@ -24,6 +24,7 @@ CONFIG_ARCH_X86_64=y
 CONFIG_BOARD_LOOPSPERMSEC=999
 CONFIG_BOOT_RUNFROMEXTSRAM=y
 CONFIG_CONSOLE_SYSLOG=y
+CONFIG_DEBUG_FULLOPT=y
 CONFIG_DEBUG_SYMBOLS=y
 CONFIG_IDLETHREAD_STACKSIZE=4194304
 CONFIG_INIT_ENTRYPOINT="ostest_main"

Reply via email to