From eece51c4fd26c53c0c8a0aeb1911b10889fc8201 Mon Sep 17 00:00:00 2001 From: Geoff Langdale Date: Thu, 31 May 2018 12:46:28 +1000 Subject: [PATCH] Dammit switching off DEBUG mode --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 69a575ed..870ef66f 100644 --- a/main.cpp +++ b/main.cpp @@ -16,7 +16,7 @@ using namespace std; -#define DEBUG +//#define DEBUG #ifdef DEBUG inline void dump256(m256 d, string msg) {