aboutsummaryrefslogtreecommitdiff
path: root/src/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug.h')
-rw-r--r--src/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.h b/src/debug.h
index 907498b..75726a0 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -1,7 +1,7 @@
#pragma once
// Toggles global debug
-// #define ENABLE_DEBUG
+/* #define ENABLE_DEBUG */
#ifdef ENABLE_DEBUG
#define debug(x) (x)