We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e698e03 commit c638c09Copy full SHA for c638c09
src/bootstrap/src/core/build_steps/llvm.rs
@@ -378,6 +378,7 @@ impl Step for Llvm {
378
if !target.is_windows() {
379
cfg.define("LLVM_ENABLE_ZLIB", "ON");
380
cfg.define("LLVM_ENABLE_ZSTD", "ON");
381
+ cfg.define("LLVM_USE_STATIC_ZSTD", "TRUE");
382
} else {
383
cfg.define("LLVM_ENABLE_ZLIB", "OFF");
384
cfg.define("LLVM_ENABLE_ZSTD", "OFF");
0 commit comments