From ecd5e57ab5037eced07102feacad5641d5c64694 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Sun, 21 Feb 2021 10:54:47 -0500 Subject: [PATCH] remove debug --- src/modules/mc_pos_control/Takeoff/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/mc_pos_control/Takeoff/CMakeLists.txt b/src/modules/mc_pos_control/Takeoff/CMakeLists.txt index e088a69c87..a4c129aed6 100644 --- a/src/modules/mc_pos_control/Takeoff/CMakeLists.txt +++ b/src/modules/mc_pos_control/Takeoff/CMakeLists.txt @@ -35,7 +35,6 @@ px4_add_library(Takeoff Takeoff.cpp Takeoff.hpp ) -#target_compile_definitions(Takeoff PRIVATE DEBUG_BUILD) target_include_directories(Takeoff PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}) target_link_libraries(Takeoff PUBLIC hysteresis)