From a7617c8fada6aec8684857bb577d9895033db409 Mon Sep 17 00:00:00 2001 From: Sandesh Venkatesh Date: Tue, 10 Jun 2025 09:55:16 +0530 Subject: [PATCH] Disable WMOPS macro in options.h - Fix for MR 1572 --- 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 940cd1fe7..cd57657b0 100644 --- a/lib_com/options.h +++ b/lib_com/options.h @@ -54,7 +54,7 @@ #define SUPPORT_JBM_TRACEFILE /* Support for JBM tracefile, which is needed for 3GPP objective/subjective testing, but not relevant for real-world implementations */ -#define WMOPS /* Activate complexity and memory counters */ +/*#define WMOPS*/ /* Activate complexity and memory counters */ #ifdef WMOPS #define WMOPS_PER_FRAME /* Output per-frame complexity (writes one float value per frame to the file "wmops_analysis") */ #define WMOPS_DETAIL /* Output detailed complexity printout for every function. Increases runtime overhead */ -- GitLab