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 e79cade0e305ce80a7d11c49c75ca9fef3a3dddb
Author: raiden00pl <[email protected]>
AuthorDate: Tue Apr 21 10:58:55 2026 +0200

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

diff --git a/boards/x86_64/qemu/qemu-intel64/configs/nsh/defconfig 
b/boards/x86_64/qemu/qemu-intel64/configs/nsh/defconfig
index c4e8e67405e..78877566c1b 100644
--- a/boards/x86_64/qemu/qemu-intel64/configs/nsh/defconfig
+++ b/boards/x86_64/qemu/qemu-intel64/configs/nsh/defconfig
@@ -5,6 +5,7 @@
 # You can then do "make savedefconfig" to generate a new defconfig file that 
includes your
 # modifications.
 #
+# CONFIG_ARCH_X86_64_ACPI_DUMP is not set
 CONFIG_16550_ADDRWIDTH=16
 CONFIG_16550_UART0=y
 CONFIG_16550_UART0_BASE=0x3f8
@@ -26,6 +27,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_SYMBOLS=y
 CONFIG_DEFAULT_TASK_STACKSIZE=4194304
 CONFIG_EXAMPLES_HELLO=y

Reply via email to