AP_HAL_ChibiOS: use debug option 3 which includes defines as well

This commit is contained in:
bugobliterator 2024-06-26 15:00:29 +10:00 committed by Peter Barker
parent 4260acb21a
commit c8fe71b6b0
1 changed files with 1 additions and 1 deletions

View File

@ -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).