Commit 4d8db1a1 authored by sagnowski's avatar sagnowski
Browse files

Allow to disable JBM tracefile writing via a define

That way JBM tracefile writing can be disabled with a compiler option
(-DNO_SUPPORT_JBM_TRACEFILE) without having to modify the source code.
parent 0ca93c9f
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -40,7 +40,9 @@
/* clang-format off */
  /* ################### Start compiler switches ######################## */

#ifndef NO_SUPPORT_JBM_TRACEFILE
#define SUPPORT_JBM_TRACEFILE                   /* support for JBM tracefile, which is needed for 3GPP objective/subjective testing, but not relevant for real-world implementations */
#endif

/* #################### End compiler switches ######################### */