From 3e00a88d45d66ea4ba5cd774425137148c5e9fbf Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Wed, 14 Nov 2018 10:23:58 +0000 Subject: [PATCH] Removed debug --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 12b038d..bcfa23b 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,6 @@ VPATH=src:tests/unit DESTDIR?=/ PREFIX?=/usr/local/bin INSTALLDIR=$(DESTDIR)/$(PREFIX) -DEBUG=1 ifdef DEBUG CFLAGS_EXTRA=-g -DDEBUG