From f26a0728796ad318ec7314dc3774ab6384b075e3 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Sat, 1 Aug 2020 09:30:13 +0200 Subject: Disables debug output, updates pro1 file. --- include/relabsd/debug.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include') 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 #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 -- cgit v1.2.3-70-g09d2