Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fftw: compile with -fPIC instead of -fPIE
Compiling with -fPIE doesn't allow building dynamic libraries (for instance, a dynamic library that contains blocks using fftw or a Python module with Python bindings for these blocks). Signed-off-by: Daniel Estévez <[email protected]>
- Loading branch information