From 2d041c9936bed33bfc918a9482dc16ba033d54cf Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Sun, 18 Apr 2021 23:06:19 +0200 Subject: [PATCH] Use gdwarf-5 debugging information. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 62dd6df623..187da4c508 100644 --- a/Makefile +++ b/Makefile @@ -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