Commit 710d64f7 authored by multrus's avatar multrus
Browse files

small addition to prepare_instrumentation.sh

parent 78c32a75
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -128,7 +128,7 @@ recode lat1..ibmpc ${OUTDIR}/LICENSE.md # unix2dos ...
cp ${ROOT}/.clang-format ${OUTDIR}

# enable split rendering againg by default
# in case we strip it later, it will be explicitly disabled again belo
# in case we strip it later, it will be explicitly disabled again below
sed -i.bak -e "s/\/\*\ *\(#define\ *SPLIT_REND_WITH_HEAD_ROT\ *\)\*\//\1/g" ${OUTDIR}/lib_com/options.h


@@ -240,6 +240,7 @@ if coan_exists; then
  echo "-UDEBUG_AGC_ENCODER_CMD_OPTION"        >> $COAN_LIST
  echo "-UDEBUG_JBM_CMD_OPTION"                >> $COAN_LIST
  echo "-UVARIABLE_SPEED_DECODING"             >> $COAN_LIST
  echo "-UDISABLE_LIMITER"                     >> $COAN_LIST
  echo "-UDBG_WAV_WRITER"                      >> $COAN_LIST
  echo "-USPLIT_REND_WITH_HEAD_ROT_DEBUG"      >> $COAN_LIST
  echo "-USPLIT_POSE_CORRECTION_DEBUG"         >> $COAN_LIST