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

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

commit 78eae568ea4ec26293caa16a34908b09e12da74e
Author: raiden00pl <[email protected]>
AuthorDate: Mon Apr 20 17:44:10 2026 +0200

    boards/qemu-intel64/jumbo: enable assertions and full opt
    
    enable assertions and full opt for qemu-intel64/jumbo
    
    Signed-off-by: raiden00pl <[email protected]>
---
 boards/x86_64/qemu/qemu-intel64/configs/jumbo/defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/boards/x86_64/qemu/qemu-intel64/configs/jumbo/defconfig 
b/boards/x86_64/qemu/qemu-intel64/configs/jumbo/defconfig
index 132bc9e7073..1a1b855c7e2 100644
--- a/boards/x86_64/qemu/qemu-intel64/configs/jumbo/defconfig
+++ b/boards/x86_64/qemu/qemu-intel64/configs/jumbo/defconfig
@@ -38,7 +38,10 @@ CONFIG_BOARD_LOOPSPERMSEC=999
 CONFIG_BOOT_RUNFROMEXTSRAM=y
 CONFIG_BUILTIN=y
 CONFIG_CONSOLE_SYSLOG=y
+CONFIG_DEBUG_ASSERTIONS=y
+CONFIG_DEBUG_ASSERTIONS_EXPRESSION=y
 CONFIG_DEBUG_FEATURES=y
+CONFIG_DEBUG_FULLOPT=y
 CONFIG_DEBUG_PCI=y
 CONFIG_DEBUG_PCI_ERROR=y
 CONFIG_DEBUG_PCI_INFO=y

Reply via email to