aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-01-21 17:45:19 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-01-21 17:45:19 +0000
commit48510fb56a3ef5ae74f72ee56913ea6295248bb2 (patch)
tree572a96edad256c09864f778673fa5f2e21ecdfae /GNUmakefile
parent8c259f562be24570a19fd94b223034ae8c6e4277 (diff)
downloadrtmux-48510fb56a3ef5ae74f72ee56913ea6295248bb2.tar.gz
rtmux-48510fb56a3ef5ae74f72ee56913ea6295248bb2.tar.bz2
rtmux-48510fb56a3ef5ae74f72ee56913ea6295248bb2.zip
Dont overload DEBUG, use FDEBUG.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile
index a313fc9a..65520f75 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,4 +1,4 @@
-# $Id: GNUmakefile,v 1.65 2009-01-20 22:17:53 nicm Exp $
+# $Id: GNUmakefile,v 1.66 2009-01-21 17:45:19 nicm Exp $
.PHONY: clean
@@ -7,7 +7,7 @@ VERSION= 0.7
DATE= $(shell date +%Y%m%d-%H%M)
-DEBUG= 1
+FDEBUG= 1
META?= \002
@@ -47,7 +47,7 @@ SRCS= tmux.c server.c server-msg.c server-fn.c buffer.c buffer-poll.c status.c \
CC?= gcc
INCDIRS+= -I. -I-
CFLAGS+= -DBUILD="\"$(VERSION) ($(DATE))\"" -DMETA="'${META}'"
-ifdef DEBUG
+ifdef FDEBUG
CFLAGS+= -g -ggdb -DDEBUG
LDFLAGS+= -rdynamic
LIBS+= -ldl