Commit 1ef32551 authored by multrus's avatar multrus
Browse files

template for options.h

parent adda5dd5
Loading
Loading
Loading
Loading
Loading
+11 −2
Original line number Original line Diff line number Diff line
@@ -134,7 +134,8 @@


/* #################### End DEBUGGING switches ############################ */
/* #################### End DEBUGGING switches ############################ */


/* ################# Start DEVELOPMENT switches ######################## */
/* ################# Start BE DEVELOPMENT switches ######################## */
/* only BE switches wrt operation points tested in selection */


#define BASOP_NOGLOB                                    /* Disable global symbols in BASOPs, Overflow/Carry in BASOPs disabled, additional BASOPs in case of Overflow */
#define BASOP_NOGLOB                                    /* Disable global symbols in BASOPs, Overflow/Carry in BASOPs disabled, additional BASOPs in case of Overflow */
/*#define FIX_I4_OL_PITCH*/                             /* fix open-loop pitch used for EVS core switching */
/*#define FIX_I4_OL_PITCH*/                             /* fix open-loop pitch used for EVS core switching */
@@ -162,7 +163,15 @@
#define FIX_580_PARAMMC_ENER_BURSTS                     /* FhG: issue 580: energy bursts due to ILD holding when energy relations change too much */
#define FIX_580_PARAMMC_ENER_BURSTS                     /* FhG: issue 580: energy bursts due to ILD holding when energy relations change too much */




/* ################## End DEVELOPMENT switches ######################### */
/* ################## End BE DEVELOPMENT switches ######################### */


/* #################### Start NON-BE CR switches ########################## */
/* any switch which is non-be wrt operation points tested in selection */


/* ##################### End NON-BE CR switches ########################### */

/* clang-format on */
/* clang-format on */


#endif
#endif