bwahahaa, please build with -g enabled :)
authorPierre Habouzit <madcoder@debian.org>
Sun, 5 Nov 2006 02:04:17 +0000 (03:04 +0100)
committerPierre Habouzit <madcoder@debian.org>
Sun, 5 Nov 2006 02:04:17 +0000 (03:04 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
cflags.mk

index c0287dc..78512c4 100644 (file)
--- a/cflags.mk
+++ b/cflags.mk
@@ -4,7 +4,7 @@ endif
 
 LDFLAGS += -Wl,--warn-common
 
-CFLAGS :=
+CFLAGS := -g
 
 # Use pipes and not temp files.
 CFLAGS += -pipe