Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/woip/c/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'woip/c/debug.h')
-rw-r--r--woip/c/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/woip/c/debug.h b/woip/c/debug.h
index efc871a..78d1740 100644
--- a/woip/c/debug.h
+++ b/woip/c/debug.h
@@ -23,7 +23,7 @@
#error I want GNU C plz
#endif
-#ifdef DEBUG
+#if 0
static bool debug = true;
#else
static bool debug = false;