From 7158a7091872c063036d19da7b2c4ce5ee6cfc54 Mon Sep 17 00:00:00 2001 From: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date: Wed, 31 Oct 2012 23:07:13 +0000 Subject: [PATCH] Do not compile with debug code by default git-svn-id: svn+ssh://imag/users/huron/danjean/svnroot/claire/altree/trunk@469 cf695345-040a-0410-a956-b889e835fe2e --- CUtils/c_sources/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CUtils/c_sources/debug.h b/CUtils/c_sources/debug.h index 7b73655..657d776 100644 --- a/CUtils/c_sources/debug.h +++ b/CUtils/c_sources/debug.h @@ -1,7 +1,7 @@ #ifndef _DEBUG_H #define _DEBUG_H -#define DEBUG +//#define DEBUG #ifdef DEBUG # include <stdio.h> -- GitLab