Add compiler option for FFT strategy
I've tried setting the FFT strategy based on a compiler flag. We want 0 (FFTW_ESTIMATE) for deterministic test results. 1 is FFTW_MEASURE, the same default as before.
I've been able to build with CFLAGS=-DFFTW_MEASURE_LEVEL=0\ $CFLAGS
(pretty sure I've done that right... should it just be in quotes instead of escaping the space?)
Edited by Timothy Davies