From 6f099a80ed71519394dcbaf38cd3cd2116e62c73 Mon Sep 17 00:00:00 2001 From: alexklimaj Date: Wed, 27 Nov 2024 11:41:50 -0700 Subject: [PATCH] dshot: turn off debug build --- platforms/nuttx/src/px4/stm/stm32_common/dshot/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/nuttx/src/px4/stm/stm32_common/dshot/CMakeLists.txt b/platforms/nuttx/src/px4/stm/stm32_common/dshot/CMakeLists.txt index c256ce43d26c..f63e8e82a0a2 100644 --- a/platforms/nuttx/src/px4/stm/stm32_common/dshot/CMakeLists.txt +++ b/platforms/nuttx/src/px4/stm/stm32_common/dshot/CMakeLists.txt @@ -34,5 +34,5 @@ px4_add_library(arch_dshot dshot.c ) -target_compile_options(arch_dshot PRIVATE ${MAX_CUSTOM_OPT_LEVEL} -DDEBUG_BUILD) +target_compile_options(arch_dshot PRIVATE ${MAX_CUSTOM_OPT_LEVEL}) # target_compile_options(arch_dshot PRIVATE ${MAX_CUSTOM_OPT_LEVEL})