# HG changeset patch # User Chris Cannam # Date 1399987788 -3600 # Node ID 8455db6888163f4104fa742004dab8490c553a59 # Parent e48b3f6410383f4b667c41f2842611450915b21d Restore frame pointer... and minor tidy diff -r e48b3f641038 -r 8455db688816 build/linux/Makefile.linux64 --- a/build/linux/Makefile.linux64 Mon May 12 17:56:48 2014 +0100 +++ b/build/linux/Makefile.linux64 Tue May 13 14:29:48 2014 +0100 @@ -1,5 +1,5 @@ -CFLAGS := -DNDEBUG -O3 -fPIC -ffast-math -msse -msse2 -mfpmath=sse -ftree-vectorize -fomit-frame-pointer -DUSE_PTHREADS -Ibuild/linux/amd64 +CFLAGS := -DNDEBUG -O3 -fPIC -ffast-math -msse -msse2 -mfpmath=sse -ftree-vectorize -DUSE_PTHREADS -Ibuild/linux/amd64 CXXFLAGS := $(CFLAGS) include build/general/Makefile.inc diff -r e48b3f641038 -r 8455db688816 dsp/rateconversion/Resampler.cpp --- a/dsp/rateconversion/Resampler.cpp Mon May 12 17:56:48 2014 +0100 +++ b/dsp/rateconversion/Resampler.cpp Tue May 13 14:29:48 2014 +0100 @@ -109,9 +109,9 @@ #ifdef DEBUG_RESAMPLER cerr << "resample " << m_sourceRate << " -> " << m_targetRate - << ": inputSpacing " << inputSpacing << ", outputSpacing " - << outputSpacing << ": filter length " << m_filterLength - << endl; + << ": inputSpacing " << inputSpacing << ", outputSpacing " + << outputSpacing << ": filter length " << m_filterLength + << endl; #endif // Now we have a filter of (odd) length flen in which the lower