mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 14:47:41 +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 <cstdlib>
|
||||||
#include "AudioDynamics.h"
|
#include "AudioDynamics.h"
|
||||||
|
|
||||||
|
#ifdef __clang__
|
||||||
|
#pragma clang optimize off
|
||||||
|
#endif
|
||||||
|
|
||||||
// log2 domain headroom bits above 0dB (int32_t)
|
// log2 domain headroom bits above 0dB (int32_t)
|
||||||
static const int LOG2_HEADROOM_Q30 = 1;
|
static const int LOG2_HEADROOM_Q30 = 1;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue