remove DEBUG_BUILD from fmu.cpp compile flags

This commit is contained in:
Mark Whitehorn
2016-11-08 07:25:27 -07:00
committed by Lorenz Meier
parent 764101e41e
commit d8528f46ce
+1 -1
View File
@@ -34,7 +34,7 @@ px4_add_module(
MODULE drivers__px4fmu
MAIN fmu
STACK_MAIN 1200
COMPILE_FLAGS -DDEBUG_BUILD
COMPILE_FLAGS
SRCS
fmu.cpp
px4fmu_params.c