mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: use debug option 3 which includes defines as well
This commit is contained in:
parent
4260acb21a
commit
c8fe71b6b0
|
@ -9,7 +9,7 @@ ifeq ($(USE_OPT),)
|
|||
endif
|
||||
|
||||
ifeq ($(ENABLE_DEBUG_SYMBOLS), yes)
|
||||
USE_OPT += -g
|
||||
USE_OPT += -g3
|
||||
endif
|
||||
|
||||
# C specific options here (added to USE_OPT).
|
||||
|
|
Loading…
Reference in New Issue