fftw icon indicating copy to clipboard operation
fftw copied to clipboard

Static linking on Windows

Open robbert-vdh opened this issue 2 years ago • 0 comments

I never noticed this since I always use Linux myself, but while the Linux and macOS versions statically link to the built version of fftw by default, the Windows version always dynamically links to a downloaded binary. This makes distributing binaries built against this crate a lot more difficult on Windows. Is there an easy way to get it to statically link instead?

robbert-vdh avatar Mar 28 '22 14:03 robbert-vdh