From a9c2ad84b15fd34dab24399ebdd5310b82046c94 Mon Sep 17 00:00:00 2001 From: Jakob Olsson <jakob.olsson@iopsys.eu> Date: Thu, 19 May 2022 13:13:05 +0200 Subject: [PATCH] Makefile: add -ggdb3 --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 138286a1..a29aa64b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -4,7 +4,7 @@ ifdef DEBUG CFLAGS += -O0 -ggdb3 endif -CFLAGS += -I. -I./.. -Wall -pthread -Werror +CFLAGS += -I. -I./.. -Wall -pthread -Werror -ggdb3 EXECS ?= collector/decollector agent/deagent -- GitLab