madtty only need to control colors, let the caller deal with ncurses.
[apps/madtty.git] / am / cflags.mk
index cde512c..9273793 100644 (file)
@@ -3,6 +3,7 @@ ifneq (,$(filter gcc%,$(CC)))
     _gccmachine:=$(shell $(CC) -dumpmachine)
     _cobjs := .objs-$(_gccmachine:-linux-gnu=)-$(_gccversion)
 
+    CFLAGS += -ggdb3
     # Use pipes and not temp files.
     CFLAGS += -pipe
     # optimize even more