diff options
author | orivej <orivej@yandex-team.ru> | 2022-02-10 16:44:49 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:44:49 +0300 |
commit | 718c552901d703c502ccbefdfc3c9028d608b947 (patch) | |
tree | 46534a98bbefcd7b1f3faa5b52c138ab27db75b7 /contrib/libs/zstd/lib/README.md | |
parent | e9656aae26e0358d5378e5b63dcac5c8dbe0e4d0 (diff) | |
download | ydb-718c552901d703c502ccbefdfc3c9028d608b947.tar.gz |
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/zstd/lib/README.md')
-rw-r--r-- | contrib/libs/zstd/lib/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/libs/zstd/lib/README.md b/contrib/libs/zstd/lib/README.md index 4c9d8f0591..ae2c6cb5a7 100644 --- a/contrib/libs/zstd/lib/README.md +++ b/contrib/libs/zstd/lib/README.md @@ -35,7 +35,7 @@ note that it's necessary to invoke the `-pthread` flag during link stage. Multithreading capabilities are exposed via the [advanced API defined in `lib/zstd.h`](https://github.com/facebook/zstd/blob/v1.4.3/lib/zstd.h#L351). - + #### API @@ -191,13 +191,13 @@ the Makefile just generates all object files into the same default directory, irrespective of compilation flags. This functionality only matters if `libzstd` is compiled multiple times with different build flags. - + The build directory, where object files are stored can also be manually controlled using variable `BUILD_DIR`, for example `make BUILD_DIR=objectDir/v1`. In which case, the hash function doesn't matter. - - + + #### Deprecated API Obsolete API on their way out are stored in directory `lib/deprecated`. |