Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 169f982

Browse files
committedMay 29, 2024
Statically link to zstd.
1 parent e698e03 commit 169f982

File tree

1 file changed

+1
-0
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+1
-0
lines changed
 

‎src/bootstrap/src/core/build_steps/llvm.rs

+1
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ impl Step for Llvm {
378378
if !target.is_windows() {
379379
cfg.define("LLVM_ENABLE_ZLIB", "ON");
380380
cfg.define("LLVM_ENABLE_ZSTD", "ON");
381+
cfg.define("LLVM_USE_STATIC_ZSTD", "ON");
381382
} else {
382383
cfg.define("LLVM_ENABLE_ZLIB", "OFF");
383384
cfg.define("LLVM_ENABLE_ZSTD", "OFF");

0 commit comments

Comments
 (0)
Failed to load comments.