From 6102df1d00fd93390eac901251c5d24923a1784f Mon Sep 17 00:00:00 2001 From: Ramon Roche Date: Thu, 7 Nov 2024 11:48:10 -0800 Subject: [PATCH] cmake: debug flag --- platforms/nuttx/cmake/Toolchain-arm-none-eabi.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/nuttx/cmake/Toolchain-arm-none-eabi.cmake b/platforms/nuttx/cmake/Toolchain-arm-none-eabi.cmake index 85e5caa00747..1acb1368a278 100644 --- a/platforms/nuttx/cmake/Toolchain-arm-none-eabi.cmake +++ b/platforms/nuttx/cmake/Toolchain-arm-none-eabi.cmake @@ -16,7 +16,7 @@ set(CMAKE_CXX_COMPILER_TARGET ${triple}) set(CMAKE_ASM_COMPILER ${TOOLCHAIN_PREFIX}-gcc) # needed for test compilation -set(CMAKE_EXE_LINKER_FLAGS_INIT "--specs=nosys.specs") +#set(CMAKE_EXE_LINKER_FLAGS_INIT "--specs=nosys.specs") # compiler tools find_program(CMAKE_AR ${TOOLCHAIN_PREFIX}-gcc-ar)