From eace19bb3c0616d07c0ee6988fe47c3f2f8ae1dd Mon Sep 17 00:00:00 2001
From: whh8b <whh8b@git.zephyr-software.com>
Date: Thu, 22 Oct 2015 15:59:27 +0000
Subject: [PATCH] Check in options implementation without implementation
 debugging.

---
 src/zipr_options.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/zipr_options.cpp b/src/zipr_options.cpp
index 5e588ef..23f1b36 100644
--- a/src/zipr_options.cpp
+++ b/src/zipr_options.cpp
@@ -24,7 +24,7 @@
 #include <cstddef>
 
 #ifndef IMPLEMENTATION_DEBUG
-#define IMPLEMENTATION_DEBUG 1
+#define IMPLEMENTATION_DEBUG 0
 #endif
 
 using namespace Zipr_SDK;
-- 
GitLab