X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=am%2Fcflags.mk;h=9273793a260dbddac42c5d1e5d33d9271f78eb21;hb=61754ad6e0733a15c837d3ba1c8255731df99c9e;hp=cde512c0abba1a4bee1e5053d17b0dcf7a4ffea2;hpb=fcbd5f6835f65055d0ac14d3a2da3afb39634fd3;p=apps%2Fmadtty.git diff --git a/am/cflags.mk b/am/cflags.mk index cde512c..9273793 100644 --- a/am/cflags.mk +++ b/am/cflags.mk @@ -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