From 9c55f042d87b34bc5c035397e9ab4ce7c1da8d81 Mon Sep 17 00:00:00 2001 From: IGP Date: Thu, 6 Oct 2016 05:30:21 -0400 Subject: [PATCH] Update Makefile - disable DEBUG --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index da6973c..5fac316 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Set to 'yes' to include debugging information, e.g. DEBUG=yes make -e -DEBUG := yes +DEBUG := no PREFIX ?= /usr ARCH := $(shell getconf LONG_BIT)