rust-math / fftw

FFTW3 binding for Rust
Other
57 stars 27 forks source link

Static linking on Windows #118

Open robbert-vdh opened 2 years ago

robbert-vdh commented 2 years ago

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?