diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-03-21 16:41:50 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-03-21 16:41:50 +0000 |
commit | 22f881a22dfd7ae2eafebafd1c6174f20eadc737 (patch) | |
tree | fb9f0663a2014e255e6604e5b65f57999bf5340d /Makeconf | |
parent | 754452553915964dadd3c1fdb5e8b579747e9873 (diff) |
(CFLAGS): Always turn on -g.
Diffstat (limited to 'Makeconf')
-rw-r--r-- | Makeconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ else top_srcdirinc=-I$(top_srcdir) endif CPPFLAGS += -I. $(srcdirinc) -I.. $(top_srcdirinc) -D_GNU_SOURCE -CFLAGS += -Wall +CFLAGS += -Wall -g # Decode makemode: |