From 8a61dfa0d08263d33d1d5d4ea5be6faba9092eaf Mon Sep 17 00:00:00 2001 From: Markus Multrus Date: Wed, 10 Jun 2026 22:00:33 +0200 Subject: [PATCH] enable DEBUGGING for testing purposes --- lib_com/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_com/options.h b/lib_com/options.h index 8c46419b8..f42831dc4 100644 --- a/lib_com/options.h +++ b/lib_com/options.h @@ -50,7 +50,7 @@ /* ################### Start DEBUGGING switches ########################### */ #ifndef RELEASE -/*#define DEBUGGING*/ /* Activate debugging part of the code */ +#define DEBUGGING /* Activate debugging part of the code */ #endif /*#define WMOPS*/ /* Activate complexity and memory counters */ /*#define WMOPS_PER_FRAME*/ /* Output per-frame complexity (writes one float value per frame to the file "wmops_analysis") */ -- GitLab