mirror of
https://github.com/lz4/lz4
synced 2026-01-18 17:21:30 +01:00
and make it build the MT version of lz4 with an option that is enabled by default but can be disabled on demand. Also : - added make target mesonbuild, for easy local build - made huge tests friendlier to MT variant, for faster testing time
7 lines
63 B
Bash
Executable File
7 lines
63 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
set -x
|
|
|
|
datagen -g4200MB | lz4 -v3 | lz4 -qt
|