Skip to content

Commit

Permalink
Merge pull request betaflight#11658 from hydra/gdwarf5-support
Browse files Browse the repository at this point in the history
Use gdwarf-5 debugging information.
  • Loading branch information
haslinghuis committed Jun 16, 2022
2 parents a90a783 + 2d041c9 commit 6086156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -146,7 +146,7 @@ ifeq ($(DEBUG),GDB)
OPTIMISE_DEFAULT := -Og

LTO_FLAGS := $(OPTIMISE_DEFAULT)
DEBUG_FLAGS = -ggdb3 -DDEBUG
DEBUG_FLAGS = -ggdb3 -gdwarf-5 -DDEBUG
else
ifeq ($(DEBUG),INFO)
DEBUG_FLAGS = -ggdb3
Expand Down

0 comments on commit 6086156

Please sign in to comment.