Commit 1382ee5d authored by vaclav's avatar vaclav
Browse files

disable MEM_COUNT_DETAILS

parent 43ebb4dc
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@

#ifdef DEBUGGING

#define MEM_COUNT_DETAILS                   /* RAM counting tool: print per sub-structure details */
/*#define MEM_COUNT_DETAILS*/                   /* RAM counting tool: print per sub-structure details */

/*#define DEBUG_MODE_INFO*/                     /* output most important parameters to the subdirectory "res/" */
#ifdef DEBUG_MODE_INFO
@@ -155,9 +155,9 @@
#define HARMONIZE_SBA_NCHAN_TRANSPORT                   /* harmonize setting of number of transport channels in SBA */
#define DRAM_REDUCTION_MCT_IGF                          /* Issue 121: reduce dynamic RAM consumption in MCT IGF */
#define FIX_I13_TCX_TNS_ISSUE                           /* Issue 13: Fix reported artifacts. Bug in TNS with TCX5 */
#define SRAM_REDUCTION_BINRENDERER                      /* Issue 145: reduction of static RAM usage in fastconv binaural renderer */


#define SRAM_REDUCTION_BINRENDERER                      /* reduction of static RAM usage in fastconv binaural renderer */

/* ################## End DEVELOPMENT switches ######################### */
/* clang-format on */