From c179b039b512631a8b495ee699e4c930a366e1b5 Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Mon, 30 Apr 2007 14:16:26 +0200 Subject: [PATCH] better debug symbols Signed-off-by: Pierre Habouzit --- tools/cflags.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cflags.mk b/tools/cflags.mk index 33f8b17..7aee462 100644 --- a/tools/cflags.mk +++ b/tools/cflags.mk @@ -4,7 +4,7 @@ endif LDFLAGS += -Wl,--warn-common -CFLAGS := -g +CFLAGS := -ggdb3 # Use pipes and not temp files. CFLAGS += -pipe -- 2.20.1