Skip to content

Commit

Permalink
dependency_support: zstd: disable multithread support
Browse files Browse the repository at this point in the history
Internal-tag: [#49966]
Signed-off-by: Pawel Czarnecki <[email protected]>
  • Loading branch information
lpawelcz committed Nov 23, 2023
1 parent 0dc6e3f commit db839cc
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,8 @@ cc_library(
"lib/zstd.h",
],
strip_include_prefix = "lib",
linkopts = [
"-pthread",
],
local_defines = [
"ZSTD_LEGACY_SUPPORT=4",
"ZSTD_MULTITHREAD",
"XXH_NAMESPACE=ZSTD_",
],
visibility = ["//visibility:public"],
Expand Down

0 comments on commit db839cc

Please sign in to comment.