Skip to content

Commit

Permalink
dshot: turn off debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKlimaj committed Nov 27, 2024
1 parent ee3f724 commit 6f099a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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})

0 comments on commit 6f099a8

Please sign in to comment.