aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/zstd/ya.make
diff options
context:
space:
mode:
authororivej <orivej@yandex-team.ru>2022-02-10 16:45:01 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:01 +0300
commit2d37894b1b037cf24231090eda8589bbb44fb6fc (patch)
treebe835aa92c6248212e705f25388ebafcf84bc7a1 /contrib/libs/zstd/ya.make
parent718c552901d703c502ccbefdfc3c9028d608b947 (diff)
downloadydb-2d37894b1b037cf24231090eda8589bbb44fb6fc.tar.gz
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/zstd/ya.make')
-rw-r--r--contrib/libs/zstd/ya.make22
1 files changed, 11 insertions, 11 deletions
diff --git a/contrib/libs/zstd/ya.make b/contrib/libs/zstd/ya.make
index 4857319046..70d6705d1e 100644
--- a/contrib/libs/zstd/ya.make
+++ b/contrib/libs/zstd/ya.make
@@ -9,9 +9,9 @@ OWNER(
)
VERSION(1.5.2)
-
+
ORIGINAL_SOURCE(https://github.com/facebook/zstd/archive/v1.5.2.tar.gz)
-
+
LICENSE(
"(BSD-2-Clause OR GPL-2.0-only)" AND
"(BSD-3-Clause OR GPL-2.0-only)" AND
@@ -22,22 +22,22 @@ LICENSE(
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
-PEERDIR(
- contrib/libs/xxhash
-)
-
+PEERDIR(
+ contrib/libs/xxhash
+)
+
ADDINCL(
contrib/libs/zstd/lib
contrib/libs/zstd/lib/common
contrib/libs/zstd/lib/legacy
)
-NO_COMPILER_WARNINGS()
-
-NO_RUNTIME()
+NO_COMPILER_WARNINGS()
+
+NO_RUNTIME()
-CFLAGS(
- -DZSTD_LEGACY_SUPPORT=1
+CFLAGS(
+ -DZSTD_LEGACY_SUPPORT=1
-DZSTD_MULTITHREAD
)