about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2012-05-15 16:16:31 -0500
committerMarco Peereboom <marco@conformal.com>2012-05-15 16:16:31 -0500
commit89cc1b6aef8d36723e63ea9acad52bb85f468258 (patch)
tree087a97151cf4c346a167e7d013616cd14986c1a2 /Makefile
parent4f754eed76c5df14ad48dc30d4e4fb75b73b8856 (diff)
downloadxombrero-89cc1b6aef8d36723e63ea9acad52bb85f468258.tar.gz
-g instead of -ggdb3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ad450c8..110e24d 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ BINDIR=${PREFIX}/bin
 PROG=xxxterm
 MAN=xxxterm.1
 
-DEBUG= -ggdb3
+DEBUG= -g
 
 SRCS= cookie.c inspector.c marco.c about.c whitelist.c settings.c inputfocus.c
 SRCS+= history.c completion.c tldlist.c externaleditor.c unix.c xxxterm.c