better debug symbols
authorPierre Habouzit <madcoder@debian.org>
Mon, 30 Apr 2007 12:16:26 +0000 (14:16 +0200)
committerPierre Habouzit <madcoder@debian.org>
Mon, 30 Apr 2007 12:16:26 +0000 (14:16 +0200)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
tools/cflags.mk

index 33f8b17..7aee462 100644 (file)
@@ -4,7 +4,7 @@ endif
 
 LDFLAGS += -Wl,--warn-common
 
 
 LDFLAGS += -Wl,--warn-common
 
-CFLAGS := -g
+CFLAGS := -ggdb3
 
 # Use pipes and not temp files.
 CFLAGS += -pipe
 
 # Use pipes and not temp files.
 CFLAGS += -pipe