diff options
Diffstat (limited to 'src/debug.h')
| -rw-r--r-- | src/debug.h | 2 |
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) |
