mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-02 05:17:03 +08:00
Remove debugging console output from the makefile
This commit is contained in:
@@ -39,7 +39,6 @@ Q=@
|
|||||||
RTOS_DEBUG ?= 0
|
RTOS_DEBUG ?= 0
|
||||||
|
|
||||||
ifeq (,$(findstring $(RTOS_DEBUG),0 FALSE))
|
ifeq (,$(findstring $(RTOS_DEBUG),0 FALSE))
|
||||||
$(info DEBUGGING ON)
|
|
||||||
$(TARGET).CFLAGS += \
|
$(TARGET).CFLAGS += \
|
||||||
-DCH_DBG_STATISTICS=TRUE \
|
-DCH_DBG_STATISTICS=TRUE \
|
||||||
-DCH_DBG_SYSTEM_STATE_CHECK=TRUE \
|
-DCH_DBG_SYSTEM_STATE_CHECK=TRUE \
|
||||||
@@ -50,7 +49,6 @@ $(TARGET).CFLAGS += \
|
|||||||
-DCH_DBG_FILL_THREADS=TRUE \
|
-DCH_DBG_FILL_THREADS=TRUE \
|
||||||
-DCH_DBG_THREADS_PROFILING=TRUE
|
-DCH_DBG_THREADS_PROFILING=TRUE
|
||||||
else
|
else
|
||||||
$(info DEBUGGING OFF)
|
|
||||||
$(TARGET).CFLAGS += -DCH_DBG_THREADS_PROFILING=TRUE
|
$(TARGET).CFLAGS += -DCH_DBG_THREADS_PROFILING=TRUE
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user