Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fftw: compile with -fPIC instead of -fPIE #420

Merged
merged 1 commit into from
Sep 30, 2024

Commits on Sep 30, 2024

  1. 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]>
    daniestevez committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    c152742 View commit details
    Browse the repository at this point in the history