From c6e491ad11a8a2522fab8d7863d2ca080c027600 Mon Sep 17 00:00:00 2001 From: HW Date: Thu, 17 Nov 2011 00:52:07 +0100 Subject: [PATCH] accidently enabled PDF tracing output, revert that. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 72102129d..e6b006225 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ KPDFREADER_CFLAGS=$(CFLAGS) -I$(LUADIR)/src -I$(MUPDFDIR)/ # enable tracing output: -KPDFREADER_CFLAGS+= -DMUPDF_TRACE +#KPDFREADER_CFLAGS+= -DMUPDF_TRACE # for now, all dependencies except for the libc are compiled into the final binary: