mirror of
https://github.com/facebook/zstd.git
synced 2025-12-03 11:51:14 +03:00
4 lines
171 B
Meson
4 lines
171 B
Meson
option('multithread', type: 'boolean', value: false)
|
|
option('legacy_support', type: 'string', value: '4',
|
|
description: 'True or false, or 7 to 1 for v0.7+ to v0.1+.')
|