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 e77ec2f commit b2f247eCopy full SHA for b2f247e
src/bootstrap/native.rs
@@ -325,6 +325,9 @@ impl Step for Llvm {
325
cfg.define("LLVM_PROFDATA_FILE", &path);
326
}
327
328
+ // Disable zstd to avoid a dependency on libzstd.so.
329
+ cfg.define("LLVM_ENABLE_ZSTD", "OFF");
330
+
331
if target != "aarch64-apple-darwin" && !target.contains("windows") {
332
cfg.define("LLVM_ENABLE_ZLIB", "ON");
333
} else {
0 commit comments