summaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-03-21 16:41:50 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-03-21 16:41:50 +0000
commit22f881a22dfd7ae2eafebafd1c6174f20eadc737 (patch)
treefb9f0663a2014e255e6604e5b65f57999bf5340d /Makeconf
parent754452553915964dadd3c1fdb5e8b579747e9873 (diff)
(CFLAGS): Always turn on -g.
Diffstat (limited to 'Makeconf')
-rw-r--r--Makeconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconf b/Makeconf
index 38faa76b..02714fa6 100644
--- a/Makeconf
+++ b/Makeconf
@@ -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: