intel / x86-simd-sort

C++ template library for high performance SIMD based sorting algorithms
BSD 3-Clause "New" or "Revised" License
844 stars 52 forks source link

Add build option to build a static lib #161

Closed WilliamTambellini closed 1 week ago

WilliamTambellini commented 3 weeks ago

Would you consider a PR to add an option to build statically (libx86simdsortcpp.a) ? https://github.com/intel/x86-simd-sort/blob/87486d17a7d916f2992800b0219e28d0af29e765/meson.build#L37

r-devulap commented 3 weeks ago

@WilliamTambellini sure. Could you make it an optional meson argument that defaults to shared?