| summaryrefslogtreecommitdiff | 
diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/relabsd/debug.h | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/include/relabsd/debug.h b/include/relabsd/debug.h index 6745779..025c312 100644 --- a/include/relabsd/debug.h +++ b/include/relabsd/debug.h @@ -5,19 +5,19 @@  #include <relabsd/util/macro.h>  #ifndef RELABSD_DEBUG_PROGRAM_FLOW -   #define RELABSD_DEBUG_PROGRAM_FLOW 1 +   #define RELABSD_DEBUG_PROGRAM_FLOW 0  #endif  #ifndef RELABSD_DEBUG_CONFIG -   #define RELABSD_DEBUG_CONFIG 1 +   #define RELABSD_DEBUG_CONFIG 0  #endif  #ifndef RELABSD_DEBUG_REAL_EVENTS -   #define RELABSD_DEBUG_REAL_EVENTS 1 +   #define RELABSD_DEBUG_REAL_EVENTS 0  #endif  #ifndef RELABSD_DEBUG_VIRTUAL_EVENTS -   #define RELABSD_DEBUG_VIRTUAL_EVENTS 1 +   #define RELABSD_DEBUG_VIRTUAL_EVENTS 0  #endif  #ifndef RELABSD_ENABLE_WARNINGS_OUTPUT | 


