From 0b46e841a2d06706290723e18a7ddc2392a0fd6a Mon Sep 17 00:00:00 2001
From: Petr Baudis <pasky@ucw.cz>
Date: Thu, 1 Mar 2012 04:01:57 +0100
Subject: [PATCH] CFLAGS += -ggdb3

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 2535a08..d37f242 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS=-Wall -O3 -std=gnu99
+CFLAGS=-Wall -O3 -std=gnu99 -ggdb3
 
 all: compctld compctl
 
-- 
GitLab