Commit 6de469db authored by malenov's avatar malenov
Browse files

undefine DEBUGGING to see if it resolves the race condition problem

parent 751a38c1
Loading
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+59 −0
Original line number Diff line number Diff line
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################

/obj
/scripts
/tv
/Workspace_msvc
/tracefile_sim
/syn.ref
/syn
/stvST32c_-stereo_32000_32.bit
/signer_m_-ism_1_NULL_32000_32.bit
/report.html
/report-junit.xml
/out.wav
/libivasutil.a
/libivasrend.a
/libivasenc.a
/libivasdec.a
/libivasdebug.a
/libivascom.a
/IVAS_rend.exe
/IVAS_rend
/IVAS_dec.exe
/IVAS_dec
/IVAS_cod.exe
/IVAS_cod
/bit_err
/bit
/res
/tests/codec_be_on_mr_nonselection/__pycache__
/tests/codec_be_on_mr_selection/dut
/tests/codec_be_on_mr_selection/ref
/tests/codec_be_on_mr_selection/__pycache__
/tests/codec_be_to_accepted_release/__pycache__
/tests/dut/param_file/enc
/tests/hrtf_binary_loading/dec_out_bin
/tests/hrtf_binary_loading/dec_out_rom
/tests/ref/param_file/enc
/tests/renderer/cut
/tests/renderer/__pycache__
/tests/split_rendering/cut
/tests
*.bak
/__backup
/lib_enc/__backup
/test.json
/IVAS_rend_ref
/IVAS_dec_ref
/IVAS_cod_ref
/10dB.fer
/test.json
/IVAS_rend_ref
/IVAS_dec_ref
/IVAS_cod_ref
/10dB.fer
/__tests
/ci
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@
/* ################### Start DEBUGGING switches ########################### */

#ifndef RELEASE
#define DEBUGGING                               /* Activate debugging part of the code */
/*#define DEBUGGING*/                               /* Activate debugging part of the code */
#endif
/*#define WMOPS*/                               /* Activate complexity and memory counters */
/*#define WMOPS_PER_FRAME*/                     /* Output per-frame complexity (writes one float value per frame to the file "wmops_analysis") */