From 94c9a0e94d682c6ceaed0c9cf0ce227b750657c4 Mon Sep 17 00:00:00 2001 From: Sound and Fury Date: Wed, 15 Sep 2010 18:37:10 +0100 Subject: [PATCH] Debugger is compiled in by default --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3bfc7b9..f019297 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ VERSION := `git describe --tags` PREFIX ?= /usr/local LIBS := ttyraw.o ttyesc.o irc.o bits.o colour.o buffer.o names.o config.o input.o INCLUDE := ttyraw.h ttyesc.h irc.h bits.h colour.h buffer.h names.h config.h input.h version.h +DEFINES ?= -DHAVE_DEBUG all: quirc