From d74c3e95b55f443fb1e2a7e65289d548a0d831f1 Mon Sep 17 00:00:00 2001 From: Robert Izzard <r.izzard@surrey.ac.uk> Date: Sun, 10 Nov 2019 22:03:17 +0000 Subject: [PATCH] disable debug --- src/binary_c_debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/binary_c_debug.h b/src/binary_c_debug.h index 213992271..b145358c2 100644 --- a/src/binary_c_debug.h +++ b/src/binary_c_debug.h @@ -36,7 +36,7 @@ * * See below for further options. */ -#define DEBUG 1 +#define DEBUG 0 /* * To remove debugging possibility from the code, globally, hence -- GitLab