From fc89dfdc3c8c5ff061f6748e317faed6aab8b668 Mon Sep 17 00:00:00 2001 From: Alan Carvalho de Assis Date: Mon, 4 May 2026 16:03:59 -0300 Subject: [PATCH] boards/weact-stm32h750: Don't disable compilation optimization This board was failing because the CONFIG_DEBUG_NOOPT was enabled. Signed-off-by: Alan C. Assis --- boards/arm/stm32h7/weact-stm32h750/configs/nsh/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/boards/arm/stm32h7/weact-stm32h750/configs/nsh/defconfig b/boards/arm/stm32h7/weact-stm32h750/configs/nsh/defconfig index 2ef9f58b910..70ab99d673a 100644 --- a/boards/arm/stm32h7/weact-stm32h750/configs/nsh/defconfig +++ b/boards/arm/stm32h7/weact-stm32h750/configs/nsh/defconfig @@ -22,7 +22,6 @@ CONFIG_ARMV7M_DTCM=y CONFIG_ARMV7M_ICACHE=y CONFIG_BOARD_LOOPSPERMSEC=43103 CONFIG_BUILTIN=y -CONFIG_DEBUG_SYMBOLS=y CONFIG_EXPERIMENTAL=y CONFIG_HAVE_CXX=y CONFIG_HAVE_CXXINITIALIZE=y