From 3e5d558f4c71cbd7debd41b5bbfad5b156b4e542 Mon Sep 17 00:00:00 2001 From: p-szafonimateusz Date: Wed, 7 Feb 2024 15:19:57 +0100 Subject: [PATCH] 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 --- 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 dcd95a1fe82..8e89eacf86e 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"