Skip to content

Build with meson to enable multithreading

Before:

$ lz4 -V
*** lz4 v1.10.0 64-bit single-thread, by Yann Collet ***

After:

$ lz4 -V
*** lz4 v1.10.0 64-bit multithread, by Yann Collet ***

Merge request reports

Loading