mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 22:27:13 +02:00
disable compiler optimization as temporary fix
This commit is contained in:
parent
68046ae4e3
commit
218de29356
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@
|
|||
#include <cstdlib>
|
||||
#include "AudioDynamics.h"
|
||||
|
||||
#ifdef __clang__
|
||||
#pragma clang optimize off
|
||||
#endif
|
||||
|
||||
// log2 domain headroom bits above 0dB (int32_t)
|
||||
static const int LOG2_HEADROOM_Q30 = 1;
|
||||
|
||||
|
|
Loading…
Reference in a new issue