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 4837983 commit a15bb43Copy full SHA for a15bb43
src/bootstrap/src/core/build_steps/llvm.rs
@@ -372,6 +372,7 @@ impl Step for Llvm {
372
if !target.is_windows() {
373
cfg.define("LLVM_ENABLE_ZLIB", "ON");
374
cfg.define("LLVM_ENABLE_ZSTD", "ON");
375
+ cfg.define("LLVM_USE_STATIC_ZSTD", "TRUE");
376
} else {
377
cfg.define("LLVM_ENABLE_ZLIB", "OFF");
378
cfg.define("LLVM_ENABLE_ZSTD", "OFF");
0 commit comments