From 838f72a73e4bf74824d00119985b7bf09a6936cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20M=C3=BCller?= Date: Thu, 7 Aug 2025 16:18:26 +0200 Subject: [PATCH] Re-enable CODE_IMPROVEMENTS switch Problems with the conformance tests have been fixed, thus we can re-enable the switch. --- 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 edd60e4680..a336a1b9e6 100644 --- a/lib_com/options.h +++ b/lib_com/options.h @@ -162,7 +162,7 @@ /*#define FIX_I4_OL_PITCH*/ /* fix open-loop pitch used for EVS core switching */ #define TMP_FIX_1119_SPLIT_RENDERING_VOIP /* FhG: Add error check for unsupported config: split rendering with VoIP mode */ -/*#define CODE_IMPROVEMENTS*/ /* FhG: Small code improvements that do not change the functionality */ +#define CODE_IMPROVEMENTS /* FhG: Small code improvements that do not change the functionality */ /* #################### End BE switches ################################## */ -- GitLab