mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 14:08:45 -04:00
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
|
endif
|
||||||
|
|
||||||
ifeq ($(ENABLE_DEBUG_SYMBOLS), yes)
|
ifeq ($(ENABLE_DEBUG_SYMBOLS), yes)
|
||||||
USE_OPT += -g
|
USE_OPT += -g3
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# C specific options here (added to USE_OPT).
|
# C specific options here (added to USE_OPT).
|
||||||
|
Loading…
Reference in New Issue
Block a user