This wont work after all. Someone please introduce -fomit-frame-pointer for debug builds, we don't need the frame pointer anyway.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8243 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
df7f61e0c1
commit
80b30761a5
1 changed files with 1 additions and 1 deletions
|
@ -466,7 +466,7 @@ static long dither_sample(long sample, long bias, long mask,
|
|||
* the src array if gain was applied.
|
||||
* Note that this must be called before the resampler.
|
||||
*/
|
||||
#if defined(CPU_COLDFIRE) && !defined(SIMULATOR) && !defined(DEBUG)
|
||||
#if defined(CPU_COLDFIRE) && !defined(SIMULATOR)
|
||||
static const long crossfeed_coefs[6] ICONST_ATTR = {
|
||||
LOW, LOW_COMP, HIGH_NEG, HIGH_COMP, ATT, ATT_COMP
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue