1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-30 22:23:13 +03:00

Update BUCK files

* Correct XXH namespace (Fixes #901)
* Multithreading always enabled
* GZIP/LZ4/LZMA always enabled
* Legacy support always fully enabled
This commit is contained in:
Nick Terrell
2017-10-25 12:47:57 -07:00
parent 97dccbbb2b
commit b495140f67
3 changed files with 43 additions and 41 deletions

View File

@ -12,7 +12,7 @@ cxx_library(
deps=[
'//lib:zstd',
'//lib:zstd_common',
]
],
)
cxx_binary(