kfrlib / kfr

Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
https://www.kfrlib.com
GNU General Public License v2.0
1.62k stars 248 forks source link

Another Win32 CMake portability fix #226

Closed jcelerier closed 2 months ago

jcelerier commented 2 months ago

GNU ld, etc. don't know about /WHOLEARCHIVE

dancazarin commented 2 months ago

Thank you for your contribution. Just merged both PRs.

jcelerier commented 2 months ago

thanks a lot ! trying to fix all my CI errors cropping up as right now I only have access to windows machines throug CI, hopefully this was the last one..