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